Threadupdater stuff
This commit is contained in:
parent
f96e046af4
commit
bbb41dd226
@ -9457,12 +9457,10 @@
|
|||||||
} else {
|
} else {
|
||||||
this.dialog = sc = UI.dialog('updater', 'bottom: 0px; left: 0px;', "<div class=move></div><span id=update-status></span><span id=update-timer title='Update now'></span>");
|
this.dialog = sc = UI.dialog('updater', 'bottom: 0px; left: 0px;', "<div class=move></div><span id=update-status></span><span id=update-timer title='Update now'></span>");
|
||||||
$.addClass(doc, 'float');
|
$.addClass(doc, 'float');
|
||||||
$.ready((function(_this) {
|
$.ready(function() {
|
||||||
return function() {
|
$.addClass(doc, 'float');
|
||||||
$.addClass(doc, 'float');
|
return $.add(d.body, sc);
|
||||||
return $.add(d.body, sc);
|
});
|
||||||
};
|
|
||||||
})(this));
|
|
||||||
}
|
}
|
||||||
this.checkPostCount = 0;
|
this.checkPostCount = 0;
|
||||||
this.timer = $('#update-timer', sc);
|
this.timer = $('#update-timer', sc);
|
||||||
|
|||||||
@ -9472,12 +9472,10 @@
|
|||||||
} else {
|
} else {
|
||||||
this.dialog = sc = UI.dialog('updater', 'bottom: 0px; left: 0px;', "<div class=move></div><span id=update-status></span><span id=update-timer title='Update now'></span>");
|
this.dialog = sc = UI.dialog('updater', 'bottom: 0px; left: 0px;', "<div class=move></div><span id=update-status></span><span id=update-timer title='Update now'></span>");
|
||||||
$.addClass(doc, 'float');
|
$.addClass(doc, 'float');
|
||||||
$.ready((function(_this) {
|
$.ready(function() {
|
||||||
return function() {
|
$.addClass(doc, 'float');
|
||||||
$.addClass(doc, 'float');
|
return $.add(d.body, sc);
|
||||||
return $.add(d.body, sc);
|
});
|
||||||
};
|
|
||||||
})(this));
|
|
||||||
}
|
}
|
||||||
this.checkPostCount = 0;
|
this.checkPostCount = 0;
|
||||||
this.timer = $('#update-timer', sc);
|
this.timer = $('#update-timer', sc);
|
||||||
|
|||||||
@ -12,7 +12,7 @@ ThreadUpdater =
|
|||||||
@dialog = sc = UI.dialog 'updater', 'bottom: 0px; left: 0px;',
|
@dialog = sc = UI.dialog 'updater', 'bottom: 0px; left: 0px;',
|
||||||
"<div class=move></div><span id=update-status></span><span id=update-timer title='Update now'></span>"
|
"<div class=move></div><span id=update-status></span><span id=update-timer title='Update now'></span>"
|
||||||
$.addClass doc, 'float'
|
$.addClass doc, 'float'
|
||||||
$.ready =>
|
$.ready ->
|
||||||
$.addClass doc, 'float'
|
$.addClass doc, 'float'
|
||||||
$.add d.body, sc
|
$.add d.body, sc
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user