From cf46f01c7d227375f9d6bf46da0ee97b132a1b82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Fri, 2 Oct 2015 10:00:40 +0200 Subject: Remove code rot: class "translatable" is not used anymore. --- js/codeq/hint.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/codeq/hint.js') diff --git a/js/codeq/hint.js b/js/codeq/hint.js index 75df457..fb07cfb 100644 --- a/js/codeq/hint.js +++ b/js/codeq/hint.js @@ -205,7 +205,7 @@ trContent[lang] = msg; } } - jq = $('
'); + jq = $('
'); hintIndex++; if (jqButton) { if (hintIndex < Nhints) { @@ -232,7 +232,7 @@ if (Nhints > 1) { // hint sequence jqContainer = $('
'); - jqButton = $(''); + jqButton = $(''); jqHints.append(jqContainer); jqContainer.append(jqButton); jqButton.on('click', function () { -- cgit v1.2.1