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');
|
||||
}
|
||||
|
||||
new Draggable('debug_output');
|
||||
|
||||
// IE kludge
|
||||
if (!xmlhttp) {
|
||||
document.getElementById("prefContent").innerHTML =
|
||||
|
|
Loading…
Reference in New Issue