bust cache
This commit is contained in:
parent
8928b5447b
commit
a8942d79d2
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@
|
||||||
data.browserSupported = browserSupported;
|
data.browserSupported = browserSupported;
|
||||||
oml.ui = {};
|
oml.ui = {};
|
||||||
loadOMLFiles(function() {
|
loadOMLFiles(function() {
|
||||||
Ox.getFile('/static/css/oml.css', function() {
|
Ox.getFile('/static/css/oml.css?' + omlVersion, function() {
|
||||||
initOML(data);
|
initOML(data);
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue