mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-03-07 09:28:42 +00:00
Fix #37
This commit is contained in:
parent
73f514ecef
commit
942e7baee9
|
|
@ -102,5 +102,9 @@
|
|||
jsOMS.Autoloader.loaded.push(file);
|
||||
}
|
||||
}
|
||||
|
||||
if(typeof callback !== 'undefined' && callback !== null) {
|
||||
callback();
|
||||
}
|
||||
};
|
||||
}(window.jsOMS = window.jsOMS || {}));
|
||||
Loading…
Reference in New Issue
Block a user