Remove bootstrap.js and package all js in vendor.js

This commit is contained in:
Nick O'Leary
2019-05-02 16:10:47 +01:00
parent 5b1defad9f
commit 90b167eba1
4 changed files with 6 additions and 15 deletions

View File

@@ -2429,6 +2429,7 @@ RED.editor = (function() {
return {
init: function() {
ace.config.set('basePath', 'vendor/ace');
RED.tray.init();
RED.actions.add("core:confirm-edit-tray", function() {
$(document.activeElement).blur();

File diff suppressed because one or more lines are too long