make debug window not draggable

This commit is contained in:
Andrew Dolgov 2008-05-28 05:34:40 +01:00
parent e91ab107a3
commit 444ab38f3f
2 changed files with 0 additions and 4 deletions

View File

@ -1459,8 +1459,6 @@ function init() {
debug('debug mode activated');
}
new Draggable('debug_output');
// IE kludge
if (!xmlhttp) {
document.getElementById("prefContent").innerHTML =

View File

@ -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);