# HG changeset patch # User casties # Date 1448896561 -3600 # Node ID 8cbc94004a647a95e9097bd14a951012f9193ab8 # Parent 4ec8d4cfad26d5295e4cfa7b18fe3693aa41eda6 comment out funny template code in js. diff -r 4ec8d4cfad26 -r 8cbc94004a64 src/main/webapp/imageServer/resources/js/init.js --- 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'))