Author: jfthomps
Date: Mon Jul 27 19:54:46 2015
New Revision: 1692935
URL: http://svn.apache.org/r1692935
Log:
VCL-888 - problem with translations containing single quotes
code.js: renamed _() function to i()
Modified:
vcl/trunk/web/js/code.js
Modified: vcl/trunk/web/js/code.js
URL:
http://svn.apache.org/viewvc/vcl/trunk/web/js/code.js?rev=1692935&r1=1692934&r2=1692935&view=diff
==============================================================================
--- vcl/trunk/web/js/code.js (original)
+++ vcl/trunk/web/js/code.js Mon Jul 27 19:54:46 2015
@@ -35,7 +35,7 @@ function setBrowser() {
}
setBrowser();
-function _(str) {
+function i(str) {
if(typeof usenls == 'undefined' ||
typeof nlsmessages == 'undefined' ||
! (str in nlsmessages) ||