summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/dashboards
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-29 16:23:05 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-29 16:23:05 +0100
commit6b2e65b750de70e9d5586f86306078f080dd42ba (patch)
tree4bd695fe4c94818ad62dbe7dedd67182990f2337 /ishtar_common/templates/ishtar/dashboards
parent03270abcd33477f9ceab904fd7ee87c87774d67a (diff)
downloadIshtar-6b2e65b750de70e9d5586f86306078f080dd42ba.tar.bz2
Ishtar-6b2e65b750de70e9d5586f86306078f080dd42ba.zip
JS: on dynamic load force execution of inner scripts
Diffstat (limited to 'ishtar_common/templates/ishtar/dashboards')
-rw-r--r--ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html b/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html
index c5dea616f..75a7aa542 100644
--- a/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html
+++ b/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html
@@ -236,7 +236,6 @@ var plot_{{unique_id}} = $.jqplot('chart_{{unique_id}}',
);
$('#chart_img_{{unique_id}}').show('slow');
});
-
}
$('#search_{{unique_id}}').click(function (){
@@ -247,6 +246,5 @@ $('#search_{{unique_id}}').click(function (){
});
return false;
});
-
});
</script>