diff --git a/Views/dashboard_view.php b/Views/dashboard_view.php index 70741eb..c6c7874 100644 --- a/Views/dashboard_view.php +++ b/Views/dashboard_view.php @@ -58,6 +58,7 @@ var dashid = ; var widget = ; var apikey = ""; + feed.apikey = apikey; var redraw = 1; var reloadiframe = 0; // dont re-calculate vis iframe urls var _SI = []; // get a list of International System of Units (SI) diff --git a/dashboard_controller.php b/dashboard_controller.php index 003c94c..2b85a20 100644 --- a/dashboard_controller.php +++ b/dashboard_controller.php @@ -20,7 +20,7 @@ function dashboard_controller() $dashboard = new Dashboard($mysqli); // id, userid, content, height, name, alias, description, main, public, published, showdescription, fullscreen - $js_css_version = 12; + $js_css_version = 14; $result = false; $submenu = '';