make debug window draggable

This commit is contained in:
Andrew Dolgov 2008-05-20 09:22:14 +01:00
parent 877be7815b
commit 0c5897c864
2 changed files with 4 additions and 0 deletions

View File

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

View File

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