mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 19:20:09 +00:00
minor fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
20a10ee3e4
commit
348b0269b9
@ -938,7 +938,7 @@ function loadJSON(data, ignore_chrome){
|
||||
|
||||
// XXX check version...
|
||||
var version = data['format-version']
|
||||
if(version != JSON_VERSION){
|
||||
if(version != JSON_FORMAT_VERSION){
|
||||
// XXX this might be a good spot to add data conversion between
|
||||
// versions...
|
||||
console.warn('WARNING: JSON Format Version Mismatch.')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user