]> git.wh0rd.org - tt-rss.git/commitdiff
make debug window draggable
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 20 May 2008 08:22:14 +0000 (09:22 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 20 May 2008 08:22:14 +0000 (09:22 +0100)
prefs.js
tt-rss.js

index c405a4f196a0a0d65854db837eee0429d2e2cef0..a3f993d04a3e2eb8e2039618391b33aff2581113 100644 (file)
--- a/prefs.js
+++ b/prefs.js
@@ -1459,6 +1459,8 @@ function init() {
                        debug('debug mode activated');
                }
 
+               new Draggable('debug_output');
+
                // IE kludge
                if (!xmlhttp) {
                        document.getElementById("prefContent").innerHTML = 
index 328b4c5a7439086927bdc2c1875b2edd3f1bc6bd..4e0d2a22986359d980bd6ed39bf13e56600ba321 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -343,6 +343,8 @@ function init() {
                        debug('debug mode activated');
                }
 
+               new Draggable('debug_output');
+
                var params = "&ua=" + param_escape(navigator.userAgent);
 
                loading_set_progress(30);