make debug window not draggable
This commit is contained in:
parent
e91ab107a3
commit
444ab38f3f
2
prefs.js
2
prefs.js
|
@ -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…
Reference in New Issue