Ox.Geo and Ox.Unicode json files need to be loaded with Ox.VERSION too
This commit is contained in:
parent
e663eb68d8
commit
d27c1e8cd4
2 changed files with 3 additions and 3 deletions
|
@ -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) {
|
|||
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 ----------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue