Merge branch 'v3'

Conflicts:
	builds/4chan-X.user.js
This commit is contained in:
Zixaphir 2013-09-03 21:42:41 -07:00
commit a5471ba547
4 changed files with 6 additions and 6 deletions

View File

@ -10363,7 +10363,7 @@
j = j < 7 ? j : 7;
}
ThreadUpdater.seconds = Conf['Optional Increase'] ? (cur = [0, 5, 10, 15, 20, 30, 60, 90, 120, 240, 300][j] > i) ? cur : i : i;
ThreadUpdater.set('timer', ThreadUpdater.seconds);
ThreadUpdater.set('timer', ThreadUpdater.seconds++);
clearTimeout(ThreadUpdater.timeoutID);
return ThreadUpdater.timeout();
},
@ -15775,9 +15775,9 @@
'Announcement Hiding': PSAHiding,
'Fourchan thingies': Fourchan,
'Color User IDs': IDColor,
'Reveal Spoilers': RemoveSpoilers,
'Custom CSS': CustomCSS,
'Linkify': Linkify,
'Reveal Spoilers': RemoveSpoilers,
'Resurrect Quotes': Quotify,
'Filter': Filter,
'Thread Hiding Buttons': ThreadHiding,

View File

@ -10353,7 +10353,7 @@
j = j < 7 ? j : 7;
}
ThreadUpdater.seconds = Conf['Optional Increase'] ? (cur = [0, 5, 10, 15, 20, 30, 60, 90, 120, 240, 300][j] > i) ? cur : i : i;
ThreadUpdater.set('timer', ThreadUpdater.seconds);
ThreadUpdater.set('timer', ThreadUpdater.seconds++);
clearTimeout(ThreadUpdater.timeoutID);
return ThreadUpdater.timeout();
},
@ -15763,9 +15763,9 @@
'Announcement Hiding': PSAHiding,
'Fourchan thingies': Fourchan,
'Color User IDs': IDColor,
'Reveal Spoilers': RemoveSpoilers,
'Custom CSS': CustomCSS,
'Linkify': Linkify,
'Reveal Spoilers': RemoveSpoilers,
'Resurrect Quotes': Quotify,
'Filter': Filter,
'Thread Hiding Buttons': ThreadHiding,

View File

@ -122,9 +122,9 @@ Main =
'Announcement Hiding': PSAHiding
'Fourchan thingies': Fourchan
'Color User IDs': IDColor
'Reveal Spoilers': RemoveSpoilers
'Custom CSS': CustomCSS
'Linkify': Linkify
'Reveal Spoilers': RemoveSpoilers
'Resurrect Quotes': Quotify
'Filter': Filter
'Thread Hiding Buttons': ThreadHiding

View File

@ -176,7 +176,7 @@ ThreadUpdater =
if cur = [0, 5, 10, 15, 20, 30, 60, 90, 120, 240, 300][j] > i then cur else i
else
i
ThreadUpdater.set 'timer', ThreadUpdater.seconds
ThreadUpdater.set 'timer', ThreadUpdater.seconds++
clearTimeout ThreadUpdater.timeoutID
ThreadUpdater.timeout()