summaryrefslogtreecommitdiff
path: root/js/codeq.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq.js')
-rw-r--r--js/codeq.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/codeq.js b/js/codeq.js
index ed59e4e..f54b46e 100644
--- a/js/codeq.js
+++ b/js/codeq.js
@@ -726,7 +726,8 @@ window.phandler = null; // TODO: this is for debug only
codeq.urlPrefix = '/svc/';
- $(document).ready(function () {
+// $(document).ready
+ var deprecated = (function () {
// var s = location.hash;
// if (s.length == 0) return; // empty hash
// if (s.charAt(0) == '#') s = s.substring(1);