Merge branch 'master' into v3
This commit is contained in:
commit
4318413a92
@ -1,5 +1,9 @@
|
|||||||
master
|
master
|
||||||
|
|
||||||
|
2.39.2
|
||||||
|
- Mayhem
|
||||||
|
Fix importing settings containing unicode characters.
|
||||||
|
|
||||||
2.39.1
|
2.39.1
|
||||||
- Mayhem
|
- Mayhem
|
||||||
Add /gd/, /out/, /vp/ and /vr/ archive redirection.
|
Add /gd/, /out/, /vp/ and /vr/ archive redirection.
|
||||||
|
|||||||
@ -402,7 +402,7 @@ Settings =
|
|||||||
reader = new FileReader()
|
reader = new FileReader()
|
||||||
reader.onload = (e) ->
|
reader.onload = (e) ->
|
||||||
try
|
try
|
||||||
data = JSON.parse decodeURIComponent escape e.target.result
|
data = JSON.parse e.target.result
|
||||||
Settings.loadSettings data
|
Settings.loadSettings data
|
||||||
if confirm 'Import successful. Refresh now?'
|
if confirm 'Import successful. Refresh now?'
|
||||||
window.location.reload()
|
window.location.reload()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user