Fix #47
This commit is contained in:
parent
f2eff01c83
commit
758bb20499
@ -1,3 +1,6 @@
|
||||
seaweedchan
|
||||
- Fix boards with previously deleted archives not switching to new archives
|
||||
|
||||
### 1.1.8 - 2013-05-01
|
||||
seaweedchan:
|
||||
- Fix QR not clearing on submit with Posting Success Notifications disabled
|
||||
|
||||
@ -7542,7 +7542,7 @@
|
||||
|
||||
Redirect = {
|
||||
init: function() {
|
||||
return $.sync('archs', this.updateArchives);
|
||||
return $.sync('archivers', this.updateArchives);
|
||||
},
|
||||
updateArchives: function() {
|
||||
return $.get('archivers', {}, function(_arg) {
|
||||
@ -9791,7 +9791,7 @@
|
||||
};
|
||||
init({
|
||||
'Polyfill': Polyfill,
|
||||
'Redirection': Redirect,
|
||||
'Redirect': Redirect,
|
||||
'Header': Header,
|
||||
'Catalog Links': CatalogLinks,
|
||||
'Settings': Settings,
|
||||
|
||||
@ -7563,7 +7563,7 @@
|
||||
|
||||
Redirect = {
|
||||
init: function() {
|
||||
return $.sync('archs', this.updateArchives);
|
||||
return $.sync('archivers', this.updateArchives);
|
||||
},
|
||||
updateArchives: function() {
|
||||
return $.get('archivers', {}, function(_arg) {
|
||||
@ -9814,7 +9814,7 @@
|
||||
};
|
||||
init({
|
||||
'Polyfill': Polyfill,
|
||||
'Redirection': Redirect,
|
||||
'Redirect': Redirect,
|
||||
'Header': Header,
|
||||
'Catalog Links': CatalogLinks,
|
||||
'Settings': Settings,
|
||||
|
||||
@ -7546,7 +7546,7 @@
|
||||
|
||||
Redirect = {
|
||||
init: function() {
|
||||
return $.sync('archs', this.updateArchives);
|
||||
return $.sync('archivers', this.updateArchives);
|
||||
},
|
||||
updateArchives: function() {
|
||||
return $.get('archivers', {}, function(_arg) {
|
||||
@ -9795,7 +9795,7 @@
|
||||
};
|
||||
init({
|
||||
'Polyfill': Polyfill,
|
||||
'Redirection': Redirect,
|
||||
'Redirect': Redirect,
|
||||
'Header': Header,
|
||||
'Catalog Links': CatalogLinks,
|
||||
'Settings': Settings,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Redirect =
|
||||
init: ->
|
||||
$.sync 'archs', @updateArchives
|
||||
$.sync 'archivers', @updateArchives
|
||||
|
||||
updateArchives: ->
|
||||
$.get 'archivers', {}, ({archivers}) ->
|
||||
|
||||
@ -65,7 +65,7 @@ Main =
|
||||
|
||||
init
|
||||
'Polyfill': Polyfill
|
||||
'Redirection': Redirect
|
||||
'Redirect': Redirect
|
||||
'Header': Header
|
||||
'Catalog Links': CatalogLinks
|
||||
'Settings': Settings
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user