Remove feedback request message.

This commit is contained in:
ccd0 2018-05-01 17:42:55 -07:00
parent e5b61891a1
commit 6b98cff3ac

View File

@ -443,12 +443,6 @@ Settings =
list = data['jsWhitelist'].split('\n')
if 'https://cdnjs.cloudflare.com' not in list and 'https://cdn.mathjax.org' in list
set 'jsWhitelist', data['jsWhitelist'] + '\n\nhttps://cdnjs.cloudflare.com'
if compareString < '00001.00013.00014.00012'
message = $.el 'div',
<%= html(
'Feedback request: <a href="https://desuarchive.org/qa/thread/1769829/" target="_blank"><br>What features from 4chan X do you wish were available on other sites you use?</a>'
) %>
new Notice 'info', message
changes
loadSettings: (data, cb) ->