mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Remove bootstrap.js and package all js in vendor.js
This commit is contained in:
@@ -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
Reference in New Issue
Block a user