From 444ab38f3fe1cddb54d3442eb909f5399348e9f0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 28 May 2008 05:34:40 +0100 Subject: [PATCH] make debug window not draggable --- prefs.js | 2 -- tt-rss.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/prefs.js b/prefs.js index a3f993d04..c405a4f19 100644 --- 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 = 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);