Update location of archive list. #2520
This commit is contained in:
parent
1f8bdd9454
commit
2e0ae4bc8d
@ -527,6 +527,9 @@ Settings =
|
|||||||
vp-replace
|
vp-replace
|
||||||
[external-text:"FAQ","<%= meta.faq %>"]
|
[external-text:"FAQ","<%= meta.faq %>"]
|
||||||
"""
|
"""
|
||||||
|
if compareString < '00001.00014.00015.00003'
|
||||||
|
if data['archiveLists']?
|
||||||
|
set 'archiveLists', data['archiveLists'].replace('https://mayhemydg.github.io/archives.json/archives.json', 'https://nstepien.github.io/archives.json/archives.json')
|
||||||
changes
|
changes
|
||||||
|
|
||||||
loadSettings: (data, cb) ->
|
loadSettings: (data, cb) ->
|
||||||
|
|||||||
@ -830,7 +830,7 @@ Config =
|
|||||||
'Custom Board Navigation': true
|
'Custom Board Navigation': true
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
archiveLists: 'https://mayhemydg.github.io/archives.json/archives.json'
|
archiveLists: 'https://nstepien.github.io/archives.json/archives.json'
|
||||||
lastarchivecheck: 0
|
lastarchivecheck: 0
|
||||||
archiveAutoUpdate: true
|
archiveAutoUpdate: true
|
||||||
|
|
||||||
|
|||||||
@ -37,7 +37,7 @@
|
|||||||
// @connect 4chan.org
|
// @connect 4chan.org
|
||||||
// @connect 4channel.org
|
// @connect 4channel.org
|
||||||
// @connect 4cdn.org
|
// @connect 4cdn.org
|
||||||
// @connect mayhemydg.github.io
|
// @connect nstepien.github.io
|
||||||
<%=
|
<%=
|
||||||
readJSON('/src/Archive/archives.json').map(function(archive) {
|
readJSON('/src/Archive/archives.json').map(function(archive) {
|
||||||
return '// @connect ' + archive.domain;
|
return '// @connect ' + archive.domain;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user