Merge branch 'master' into dev
This commit is contained in:
commit
9b6667be1a
@ -46,6 +46,7 @@
|
||||
|
||||
/* CONTRIBUTORS
|
||||
*
|
||||
* Mayhem - fix updater default options
|
||||
* Ongpot - sfw favicon
|
||||
* thisisanon - nsfw + 404 favicons
|
||||
* Anonymous - empty favicon
|
||||
@ -1577,7 +1578,7 @@
|
||||
$.bind(interval, 'change', updateInterval);
|
||||
$.bind($('input[type=button]', div), 'click', updateNow);
|
||||
d.body.appendChild(div);
|
||||
if (GM_getValue('autoG')) {
|
||||
if (GM_getValue('autoG', true)) {
|
||||
return updateAuto.call($("input[name=autoL]", div));
|
||||
}
|
||||
};
|
||||
|
||||
1
header
1
header
@ -46,6 +46,7 @@
|
||||
|
||||
/* CONTRIBUTORS
|
||||
*
|
||||
* Mayhem - fix updater default options
|
||||
* Ongpot - sfw favicon
|
||||
* thisisanon - nsfw + 404 favicons
|
||||
* Anonymous - empty favicon
|
||||
|
||||
@ -1213,7 +1213,7 @@ updaterMake = ->
|
||||
|
||||
d.body.appendChild div
|
||||
|
||||
if GM_getValue 'autoG' then updateAuto.call $("input[name=autoL]", div)
|
||||
if GM_getValue 'autoG', true then updateAuto.call $("input[name=autoL]", div)
|
||||
|
||||
watcher =
|
||||
init: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user