We do not support the normal post form anymore.

This commit is contained in:
Nicolas Stepien 2011-10-11 15:45:10 +02:00
parent 0828f8ed3f
commit 8570cd6eab
2 changed files with 0 additions and 13 deletions

View File

@ -2055,13 +2055,6 @@
$.before(input, favicon);
}
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) {
if (e.key === ("" + NAMESPACE + "watched")) {
return watcher.refresh();

View File

@ -1564,12 +1564,6 @@ watcher =
#populate watcher, display watch buttons
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"
refresh: ->