Refactor clipboard copying into a separate file for use outside the SQL Editor.

This commit is contained in:
Atira Odhner
2017-03-15 17:11:11 +00:00
committed by Dave Page
parent 4445f9dd63
commit 172b41cba8
3 changed files with 71 additions and 65 deletions

View File

@@ -158,6 +158,7 @@
},
paths: {
pgadmin: "{{ url_for('static', filename='js/pgadmin') }}",
selection: "{{ url_for('static', filename='js/selection') }}",
'pgadmin.alertifyjs': "{{ url_for('static', filename='js/alertify.pgadmin.defaults') }}",
"pgadmin.backgrid": "{{ url_for('static', filename='js/backgrid.pgadmin') }}",
'pgadmin.backform': "{{ url_for('static', filename='js/backform.pgadmin') }}",