bust cache

This commit is contained in:
j 2019-02-13 13:11:25 +05:30
parent 8928b5447b
commit a8942d79d2
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@
data.browserSupported = browserSupported;
oml.ui = {};
loadOMLFiles(function() {
Ox.getFile('/static/css/oml.css', function() {
Ox.getFile('/static/css/oml.css?' + omlVersion, function() {
initOML(data);
})
});