make debug window draggable
This commit is contained in:
parent
877be7815b
commit
0c5897c864
2
prefs.js
2
prefs.js
|
@ -1459,6 +1459,8 @@ function init() {
|
|||
debug('debug mode activated');
|
||||
}
|
||||
|
||||
new Draggable('debug_output');
|
||||
|
||||
// IE kludge
|
||||
if (!xmlhttp) {
|
||||
document.getElementById("prefContent").innerHTML =
|
||||
|
|
Loading…
Reference in New Issue