nodes
This commit is contained in:
parent
1436b14003
commit
75a14fed1e
18 changed files with 251 additions and 121 deletions
|
|
@ -90,6 +90,9 @@
|
|||
oml.URL.init().parse(function() {
|
||||
oml.clipboard = Ox.Clipboard();
|
||||
oml.history = Ox.History();
|
||||
Ox.$window.on({
|
||||
resize: oml.resizeWindow
|
||||
});
|
||||
oml.$ui.appPanel = oml.ui.appPanel().appendTo(Ox.$body);
|
||||
oml.$ui.loadingIcon.updateElement(Ox.Request.requests());
|
||||
Ox.Request.bindEvent({
|
||||
|
|
@ -100,7 +103,7 @@
|
|||
oml.$ui.loadingIcon.updateElement(data.requests);
|
||||
}
|
||||
});
|
||||
if (oml.user.preferences.extensions) {
|
||||
if (oml.user.preferences.extensions) {
|
||||
try {
|
||||
eval(oml.user.preferences.extensions)
|
||||
} catch(e) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue