summaryrefslogtreecommitdiff
path: root/js/codeq/translation.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/translation.js')
-rw-r--r--js/codeq/translation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/translation.js b/js/codeq/translation.js
index 945cb52..b453876 100644
--- a/js/codeq/translation.js
+++ b/js/codeq/translation.js
@@ -15,7 +15,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
(function () {
-
+ "use strict";
var dicts = {},
translateElement = function (jqElt, tkey, lang) {
var dictionaryKey = jqElt.data('dict') || 'gui',