Fix bug from v1.14.0.0 that broke 404 redirect and other features on image URLs. #1789
This commit is contained in:
parent
ac62dd41ba
commit
0cb95ba7ed
@ -449,6 +449,9 @@ Settings =
|
|||||||
'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>'
|
'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
|
new Notice 'info', message
|
||||||
|
if compareString < '00001.00014.00000.00006'
|
||||||
|
if data['siteSoftware']?
|
||||||
|
set 'siteSoftware', data['siteSoftware'] + '\n4cdn.org yotsuba'
|
||||||
changes
|
changes
|
||||||
|
|
||||||
loadSettings: (data, cb) ->
|
loadSettings: (data, cb) ->
|
||||||
|
|||||||
@ -1122,4 +1122,5 @@ Config =
|
|||||||
|
|
||||||
siteSoftware: """
|
siteSoftware: """
|
||||||
4chan.org yotsuba
|
4chan.org yotsuba
|
||||||
|
4cdn.org yotsuba
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user