Ox.Geo and Ox.Unicode json files need to be loaded with Ox.VERSION too

This commit is contained in:
j 2012-06-17 11:31:19 +02:00
parent e663eb68d8
commit d27c1e8cd4
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
Ox.load.Geo = function(options, callback) {
Ox.getJSON(Ox.PATH + 'Ox.Geo/json/Ox.Geo.json', function(data) {
Ox.getJSON(Ox.PATH + 'Ox.Geo/json/Ox.Geo.json?' + Ox.VERSION, function(data) {
//@ Constants ----------------------------------------------------------
@ -261,4 +261,4 @@ Ox.load.Geo = function(options, callback) {
});
}
}

View file

@ -2,7 +2,7 @@
Ox.load.Unicode = function(options, callback) {
Ox.getJSON(Ox.PATH + 'Ox.Unicode/json/Ox.Unicode.json', function(chars) {
Ox.getJSON(Ox.PATH + 'Ox.Unicode/json/Ox.Unicode.json?' + Ox.VERSION, function(chars) {
//@ Constants ----------------------------------------------------------