0e2288565d
The first iteration for config editor and server reload from the web interface.
8 lines
No EOL
332 B
JavaScript
8 lines
No EOL
332 B
JavaScript
; (function() {
|
|
ace.require(["ace/ext/error_marker"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|