pgAdmin 4 commit: Fix quotes to ensure we have valid JS.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix quotes to ensure we have valid JS.
Date: 2017-03-15 17:11:56
Message-ID: E1coCSq-0007ZR-CP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix quotes to ensure we have valid JS.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=889050b71d05aa270c61bb2d62f3565e4cfa7d98
Author: Atira Odhner <aodhner(at)pivotal(dot)io>

Modified Files
--------------
.../sqleditor/templates/sqleditor/js/sqleditor.js | 128 ++++++++++-----------
1 file changed, 64 insertions(+), 64 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-15 17:13:02 pgAdmin 4 commit: Fix the path to JS
Previous Message Dave Page 2017-03-15 17:11:14 pgAdmin 4 commit: Refactor clipboard copying into a separate file for u