]> git.wh0rd.org - tt-rss.git/commitdiff
make debug window not draggable
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 28 May 2008 04:34:40 +0000 (05:34 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 28 May 2008 04:34:40 +0000 (05:34 +0100)
prefs.js
tt-rss.js

index a3f993d04a3e2eb8e2039618391b33aff2581113..c405a4f196a0a0d65854db837eee0429d2e2cef0 100644 (file)
--- a/prefs.js
+++ b/prefs.js
@@ -1459,8 +1459,6 @@ function init() {
                        debug('debug mode activated');
                }
 
-               new Draggable('debug_output');
-
                // IE kludge
                if (!xmlhttp) {
                        document.getElementById("prefContent").innerHTML = 
index 4b0b694fc232c2b4e2221bc9d3032480c44cad7c..8ac20bfe8b7d29a04037d12e17d15d202c680f3b 100644 (file)
--- 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);