changeset 61:8cbc94004a64 remove_escidoc

comment out funny template code in js.
author casties
date Mon, 30 Nov 2015 16:16:01 +0100
parents 4ec8d4cfad26
children bba950221e71
files src/main/webapp/imageServer/resources/js/init.js
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/imageServer/resources/js/init.js	Mon Nov 30 15:38:09 2015 +0100
+++ b/src/main/webapp/imageServer/resources/js/init.js	Mon Nov 30 16:16:01 2015 +0100
@@ -157,6 +157,7 @@
             {
                 var witnesses = {};
 
+                /*
                 // we could do this with an ajax request, but we have
                 // the variables already here, we just need to get them
                 // from Django and not JS. 
@@ -165,6 +166,7 @@
                         witnesses[{{ witness.ismi_id }}] = {{ witness.start_page }};
                     {% endif %}
                 {% endfor %}
+                */
 
                 var urlParams = getURLParams();
                 if (urlParams.hasOwnProperty('witness'))