diff --git a/src/Monitoring/ThreadUpdater.coffee b/src/Monitoring/ThreadUpdater.coffee index 5ed0b41cb..4aa7a6465 100755 --- a/src/Monitoring/ThreadUpdater.coffee +++ b/src/Monitoring/ThreadUpdater.coffee @@ -25,10 +25,7 @@ ThreadUpdater = $.on @timer, 'click', @update $.on @status, 'click', @update - unless Conf['JSON Navigation'] and $ '.updatelink', Index.navLinksBot - #updateLink = $.el 'span', - # innerHTML: '[Update]' - # className: 'updatelink' + unless Index.navLinksBot and $ '.updatelink', Index.navLinksBot updateLink = $.el 'span', innerHTML: 'Update' className: 'brackets-wrap updatelink'