mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-07 19:40:59 +02:00
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');
|
debug('debug mode activated');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
new Draggable('debug_output');
|
||||||
|
|
||||||
// IE kludge
|
// IE kludge
|
||||||
if (!xmlhttp) {
|
if (!xmlhttp) {
|
||||||
document.getElementById("prefContent").innerHTML =
|
document.getElementById("prefContent").innerHTML =
|
||||||
|
@ -343,6 +343,8 @@ 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…
x
Reference in New Issue
Block a user