diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-29 15:50:18 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-29 15:50:18 +0100 |
| commit | 334a220740a37f7178116ba735209227cd286984 (patch) | |
| tree | 7e5a1b869647048390e980f22ebc5885e3dc22a6 /ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html | |
| parent | de4c4369cf5f0d31372d0f798c7042ddcdffbe08 (diff) | |
| download | Ishtar-334a220740a37f7178116ba735209227cd286984.tar.bz2 Ishtar-334a220740a37f7178116ba735209227cd286984.zip | |
Dashboard: fix user charts
Diffstat (limited to 'ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html b/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html index 0f33f2069..c5dea616f 100644 --- a/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html +++ b/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html @@ -248,12 +248,5 @@ $('#search_{{unique_id}}').click(function (){ return false; }); -/* -{% if item_name == 'files' or item_name == "operations" or item_name == "treatments" or item_name == "treatmentfiles" %} -load_jquerydate_{{item_name}}_after(); -load_jquerydate_{{item_name}}_before(); -{% endif %} -*/ - }); </script> |
