make debug window not draggable

master
Andrew Dolgov 17 years ago
parent e91ab107a3
commit 444ab38f3f

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

@ -344,8 +344,6 @@ function init() {
debug('debug mode activated'); debug('debug mode activated');
} }
new Draggable('debug_output');
var params = "&ua=" + param_escape(navigator.userAgent); var params = "&ua=" + param_escape(navigator.userAgent);
loading_set_progress(30); loading_set_progress(30);

Loading…
Cancel
Save