Remove duplicate update code.

Should have been removed in b845e84be430278a8d4dcb84e25781ecaef9d349.
This commit is contained in:
ccd0 2015-08-09 15:02:29 -07:00
parent 97480b5cb2
commit 67ba7c056f

View File

@ -229,16 +229,6 @@ Main =
else
$.event '4chanXInitFinished'
$.get 'previousversion', null, ({previousversion}) ->
return if previousversion is g.VERSION
if previousversion
el = $.el 'span',
<%= html(meta.name + ' has been updated to <a href="' + meta.repo + 'blob/' + meta.mainBranch + '/CHANGELOG.md" target="_blank">version ${g.VERSION}</a>.') %>
new Notice 'info', el, 15
else
Settings.open()
$.set 'previousversion', g.VERSION
if Conf['Show Support Message']
try
localStorage.getItem '4chan-settings'