From 0c5897c86455793ca591f930403f91e95c69de0f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 May 2008 09:22:14 +0100 Subject: [PATCH] make debug window draggable --- prefs.js | 2 ++ tt-rss.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/prefs.js b/prefs.js index c405a4f19..a3f993d04 100644 --- 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 = diff --git a/tt-rss.js b/tt-rss.js index 328b4c5a7..4e0d2a229 100644 --- 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);