make debug window not draggable

master
Andrew Dolgov 16 years ago
parent e91ab107a3
commit 444ab38f3f

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

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

Loading…
Cancel
Save