mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Load collection.js along with the node.js from browser.js
This commit is contained in:
parent
6d46dfbfba
commit
b36e264fd3
@ -4,7 +4,7 @@ define(
|
||||
'jquery.contextmenu', 'jquery.acitree', 'pgadmin.alertifyjs',
|
||||
'pgadmin.browser.menu', 'pgadmin.browser.panel', 'jquery.aciplugin',
|
||||
'pgadmin.browser.error', 'pgadmin.browser.frame',
|
||||
'pgadmin.browser.node'
|
||||
'pgadmin.browser.node', 'pgadmin.browser.collection'
|
||||
],
|
||||
function(require, $, _, S, Bootstrap, pgAdmin, alertify, CodeMirror) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user