From 3e615f0b68359ecf4d8149b6dc7d9ba6c17a0754 Mon Sep 17 00:00:00 2001 From: Arnold Bechtoldt Date: Thu, 8 Mar 2012 15:29:57 +0100 Subject: [PATCH] Just added a comment, refs #1010 --- templates/Froxlor/js/froxlor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;