[pgadmin-hackers] pgAdmin 4 commit: Refactor clipboard copying into a separate file foru - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Refactor clipboard copying into a separate file foru
Date
Msg-id E1coCSA-0007U0-Ua@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Refactor clipboard copying into a separate file for use outside the SQL Editor.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=172b41cba8b8c3b4129255aa904620ec318cf154
Author: Atira Odhner <aodhner@pivotal.io>

Modified Files
--------------
web/pgadmin/static/js/selection/clipboard.js       | 61 ++++++++++++++++++
web/pgadmin/templates/base.html                    |  1 +
.../sqleditor/templates/sqleditor/js/sqleditor.js  | 74 +++-------------------
3 files changed, 71 insertions(+), 65 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Add a mechanism for centralising JS translations,to
Next
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Fix quotes to ensure we have valid JS.