Changelog. Actually update the thread when going back online.
This commit is contained in:
parent
7e2fb6d4ae
commit
ddbab74efb
@ -2419,6 +2419,9 @@
|
||||
if (this.online = navigator.onLine) {
|
||||
this.unsuccessfulFetchCount = 0;
|
||||
this.set('timer', this.getInterval());
|
||||
if (Conf['Auto Update This']) {
|
||||
this.update();
|
||||
}
|
||||
this.set('status', null);
|
||||
this.status.className = null;
|
||||
} else {
|
||||
|
||||
@ -2,6 +2,7 @@ alpha
|
||||
- Mayhem
|
||||
Added touch and multi-touch support for dragging windows.
|
||||
The Thread Updater will pause when offline, and resume when online.
|
||||
Recursive Hiding will be automatically applied when manually hiding a post.
|
||||
Fix Chrome's install warning that 4chan X would execute on all domains.
|
||||
Fix Quote Backlinks not affecting inlined quotes.
|
||||
Fix Quote Highlighting not affecting inlined quotes.
|
||||
|
||||
@ -1424,6 +1424,7 @@ ThreadUpdater =
|
||||
if @online = navigator.onLine
|
||||
@unsuccessfulFetchCount = 0
|
||||
@set 'timer', @getInterval()
|
||||
@update() if Conf['Auto Update This']
|
||||
@set 'status', null
|
||||
@status.className = null
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user