mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 12:00:50 +01:00
Disabled errors in advanced config
This commit is contained in:
parent
4e710fcb2b
commit
0891c796d8
@ -26,6 +26,7 @@ Home Page, links, titles, Google Analytics and meta tags.</p>
|
||||
var editor = ace.edit("editor");
|
||||
editor.setTheme("ace/theme/xcode");
|
||||
editor.getSession().setMode("ace/mode/javascript");
|
||||
editor.session.setUseWorker(false);
|
||||
</script>
|
||||
<script>
|
||||
editor.getSession().on('change', function(e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user