We do not support the normal post form anymore.
This commit is contained in:
parent
0828f8ed3f
commit
8570cd6eab
@ -2055,13 +2055,6 @@
|
|||||||
$.before(input, favicon);
|
$.before(input, favicon);
|
||||||
}
|
}
|
||||||
watcher.refresh();
|
watcher.refresh();
|
||||||
if (conf['Auto Watch']) {
|
|
||||||
if (!g.REPLY) {
|
|
||||||
$('.postarea form').action += '?watch';
|
|
||||||
} else if (/watch/.test(location.search) && $('img.favicon').src === Favicon.empty) {
|
|
||||||
watcher.watch(null, g.THREAD_ID);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return $.bind(window, 'storage', function(e) {
|
return $.bind(window, 'storage', function(e) {
|
||||||
if (e.key === ("" + NAMESPACE + "watched")) {
|
if (e.key === ("" + NAMESPACE + "watched")) {
|
||||||
return watcher.refresh();
|
return watcher.refresh();
|
||||||
|
|||||||
@ -1564,12 +1564,6 @@ watcher =
|
|||||||
#populate watcher, display watch buttons
|
#populate watcher, display watch buttons
|
||||||
watcher.refresh()
|
watcher.refresh()
|
||||||
|
|
||||||
if conf['Auto Watch']
|
|
||||||
unless g.REPLY
|
|
||||||
$('.postarea form').action += '?watch'
|
|
||||||
else if /watch/.test(location.search) and $('img.favicon').src is Favicon.empty
|
|
||||||
watcher.watch null, g.THREAD_ID
|
|
||||||
|
|
||||||
$.bind window, 'storage', (e) -> watcher.refresh() if e.key is "#{NAMESPACE}watched"
|
$.bind window, 'storage', (e) -> watcher.refresh() if e.key is "#{NAMESPACE}watched"
|
||||||
|
|
||||||
refresh: ->
|
refresh: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user