Skip to content

Commit

Permalink
Update advanced-config.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Nov 18, 2022
1 parent b90a224 commit f000328
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/views/components/config/advanced-config.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@
editor.setTheme("ace/theme/xcode");
editor.getSession().setMode("ace/mode/javascript");
</script>
<script>
editor.getSession().on('change', function(e) {
$('textarea[name=AdvancedConfig]').val(editor.getSession().getValue());
});
</script>

0 comments on commit f000328

Please sign in to comment.