summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-28 05:34:40 +0100
committerAndrew Dolgov <[email protected]>2008-05-28 05:34:40 +0100
commit444ab38f3fe1cddb54d3442eb909f5399348e9f0 (patch)
tree397743f9a81c89d67190cd840b2d32c36ba21f5a /tt-rss.js
parente91ab107a3a8d171adaec765d58495f4a98ecd91 (diff)
make debug window not draggable
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 4b0b694fc..8ac20bfe8 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -344,8 +344,6 @@ function init() {
debug('debug mode activated');
}
- new Draggable('debug_output');
-
var params = "&ua=" + param_escape(navigator.userAgent);
loading_set_progress(30);