pgAdmin 4 commit: Fixed issue only coming in the runtime. - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Fixed issue only coming in the runtime.
Date
Msg-id E1b8NKG-0004Tw-J4@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed issue only coming in the runtime.

* Do not need to translate an empty string. (that results into the
  translation header inclusion in the javacript module).
* String.prototype.StartsWith is not an well received function, it has
  not been available in the QWebkit for linux.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=486da5e12c607c1ffd6efb3b669b00dd10294f2c

Modified Files
--------------
.../tables/rules/templates/rules/js/rules.js       |  4 +-
.../schemas/types/templates/type/js/type.js        |  2 +-
.../schemas/views/templates/mview/js/mview.js      |  2 +-
web/pgadmin/misc/templates/explain/js/explain.js   |  6 +-
.../sqleditor/templates/sqleditor/js/sqleditor.js  | 95 +++++++++++++++++-----
5 files changed, 80 insertions(+), 29 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: [Runtime] Adding python libs in the LIBS build enviro
Next
From: Susan Douglas
Date:
Subject: Patch for pgAdmin 4 docs