diff --git a/var/www/modules/dashboard/templates/index.html b/var/www/modules/dashboard/templates/index.html
index e7331b6f..6d1bf12d 100644
--- a/var/www/modules/dashboard/templates/index.html
+++ b/var/www/modules/dashboard/templates/index.html
@@ -24,8 +24,7 @@
window.glob_tabvar = []; // Avoid undefined
window.threshold_stucked_module = {{ threshold_stucked_module }}
function update_values() {
- $SCRIPT_ROOT = {{ request.script_root|tojson|safe }};
- $.getJSON($SCRIPT_ROOT+"/_stuff",
+ $.getJSON("{{ url_for('dashboard.stuff') }}",
function(data) {
window.glob_tabvar = data;
});
@@ -189,14 +188,16 @@
-
+
-
+