diff --git a/templates/Froxlor/js/froxlor.js b/templates/Froxlor/js/froxlor.js index 49767d85..d685702f 100644 --- a/templates/Froxlor/js/froxlor.js +++ b/templates/Froxlor/js/froxlor.js @@ -1,5 +1,5 @@ $(document).ready(function() { - //TODO COMMENT! + // this is necessary for the special setting feature (ref #1010) $.getQueryVariable = function(key) { var urlParams = decodeURI( window.location.search.substring(1) ); if(urlParams == false | urlParams == '') return null;