From c31a89d05db57781824ddfb4d00feebe3cc1107a Mon Sep 17 00:00:00 2001 From: S SARAVANAN Date: Fri, 11 Mar 2022 19:31:26 +0530 Subject: [PATCH 1/3] Fixes #4386: SecuritySalt changes added and jshint build option for es6 changes added --- Gruntfile.js | 5 ++++- client/js/templates/about_us.jst.ejs | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 7a0f66ae2..10bfcd30a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -7,7 +7,10 @@ module.exports = function(grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), jshint: { - all: source_js_files + all: source_js_files, + options: { + 'esversion': 6, + } }, eslint: { src: source_js_files diff --git a/client/js/templates/about_us.jst.ejs b/client/js/templates/about_us.jst.ejs index 48ef9bfce..66b19194c 100644 --- a/client/js/templates/about_us.jst.ejs +++ b/client/js/templates/about_us.jst.ejs @@ -1,6 +1,6 @@

[Image: <%- SITE_NAME %> ]

- v 1.7.1 (2022-02-08) + v 1.7.1 (2022-03-14)

<%- i18next.t("Technologies and Components") %>