mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-07 22:53:45 -06:00
Make the jQuery-contextMenu control globally available as it's used by wcDocker.
This commit is contained in:
parent
c9b0273a14
commit
f040efb473
@ -58,9 +58,9 @@ def index():
|
||||
stylesheets.append(url_for('static', filename='css/wcDocker/wcDockerSkeleton.min.css'))
|
||||
|
||||
stylesheets.append(url_for('static', filename='css/wcDocker/theme.css'))
|
||||
stylesheets.append(url_for('static', filename='css/jQuery-contextMenu/jQuery.contextMenu.css'))
|
||||
stylesheets.append(url_for('browser.static', filename='css/browser.css'))
|
||||
stylesheets.append(url_for('browser.static', filename='css/aciTree/css/aciTree.css'))
|
||||
stylesheets.append(url_for('browser.static', filename='css/jQuery-contextMenu/jQuery.contextMenu.css'))
|
||||
stylesheets.append(url_for('browser.browser_css'))
|
||||
|
||||
# Add browser scripts
|
||||
@ -72,11 +72,11 @@ def index():
|
||||
else:
|
||||
scripts.append(url_for('static', filename='js/wcDocker/wcDocker.min.js'))
|
||||
|
||||
scripts.append(url_for('static', filename='js/jQuery-contextMenu/jquery.ui.position.js'))
|
||||
scripts.append(url_for('static', filename='js/jQuery-contextMenu/jQuery.contextMenu.js'))
|
||||
scripts.append(url_for('browser.static', filename='js/aciTree/jquery.aciPlugin.min.js'))
|
||||
scripts.append(url_for('browser.static', filename='js/aciTree/jquery.aciTree.dom.js'))
|
||||
scripts.append(url_for('browser.static', filename='js/aciTree/jquery.aciTree.min.js'))
|
||||
scripts.append(url_for('browser.static', filename='js/jQuery-contextMenu/jquery.ui.position.js'))
|
||||
scripts.append(url_for('browser.static', filename='js/jQuery-contextMenu/jQuery.contextMenu.js'))
|
||||
scripts.append(url_for('browser.browser_js'))
|
||||
|
||||
for module in modules_and_nodes:
|
||||
|
Loading…
Reference in New Issue
Block a user