mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 01:29:54 -06:00
Add Dynamix File Manager to stock GUI
This commit is contained in:
7
emhttp/plugins/dynamix/javascript/ace/mode-text.js
Normal file
7
emhttp/plugins/dynamix/javascript/ace/mode-text.js
Normal file
@@ -0,0 +1,7 @@
|
||||
; (function() {
|
||||
window.require(["ace/mode/text"], function(m) {
|
||||
if (typeof module == "object" && typeof exports == "object" && module) {
|
||||
module.exports = m;
|
||||
}
|
||||
});
|
||||
})();
|
||||
Reference in New Issue
Block a user