select annotations, edit notes

This commit is contained in:
j 2019-01-31 12:37:49 +05:30
commit 48e451572b
6 changed files with 42 additions and 20 deletions

View file

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