mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix the path to JS
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
define(['translate', 'alertify'], function (t, alertify) {
|
||||
define(['sources/translate', 'alertify'], function (t, alertify) {
|
||||
var clipboard = {
|
||||
copyTextToClipboard: function (text) {
|
||||
var textArea = document.createElement("textarea");
|
||||
|
||||
Reference in New Issue
Block a user