diff --git a/src/General/Config.coffee b/src/General/Config.coffee index d12ec6f61..7bcc12574 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -396,7 +396,7 @@ Config = 'Add \'(Cross-thread)\' to cross-threads quotes.' ] 'Quote Threading': [ - true + false 'Thread conversations' ] diff --git a/src/General/Settings.coffee b/src/General/Settings.coffee index 0f88308a9..f276ea0cf 100755 --- a/src/General/Settings.coffee +++ b/src/General/Settings.coffee @@ -4,6 +4,7 @@ Settings = link = $.el 'a', className: 'settings-link fa fa-wrench' textContent: 'Settings' + title: '4chan X Settings' href: 'javascript:;' $.on link, 'click', Settings.open diff --git a/src/Menu/DownloadLink.coffee b/src/Menu/DownloadLink.coffee index a9e740929..1824f38ed 100755 --- a/src/Menu/DownloadLink.coffee +++ b/src/Menu/DownloadLink.coffee @@ -1,6 +1,6 @@ DownloadLink = init: -> - return if g.VIEW is 'catalog' or !Conf['Menu'] or !Conf['Download Link'] + return if !g.VIEW is 'catalog' or !Conf['Menu'] or !Conf['Download Link'] a = $.el 'a', className: 'download-link' diff --git a/src/Monitoring/ThreadWatcher.coffee b/src/Monitoring/ThreadWatcher.coffee index 44db2c33a..35b4ce447 100755 --- a/src/Monitoring/ThreadWatcher.coffee +++ b/src/Monitoring/ThreadWatcher.coffee @@ -5,6 +5,7 @@ ThreadWatcher = @shortcut = sc = $.el 'a', id: 'watcher-link' textContent: 'Watcher' + title: 'Thread Watcher' href: 'javascript:;' className: 'disabled fa fa-eye'