Just added a comment, refs #1010

This commit is contained in:
Arnold Bechtoldt
2012-03-08 15:29:57 +01:00
parent d51551989d
commit 3e615f0b68

View File

@@ -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;