mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-31 20:10:13 +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...
|
// XXX check version...
|
||||||
var version = data['format-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
|
// XXX this might be a good spot to add data conversion between
|
||||||
// versions...
|
// versions...
|
||||||
console.warn('WARNING: JSON Format Version Mismatch.')
|
console.warn('WARNING: JSON Format Version Mismatch.')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user