From 96d7a97d80f882111e435e98c6965ad999596b52 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 2 Mar 2016 15:22:19 +0100 Subject: Minor HTML and CSS cleanups --- js/codeq/problem_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/codeq/problem_list.js b/js/codeq/problem_list.js index 268276f..7f1343d 100644 --- a/js/codeq/problem_list.js +++ b/js/codeq/problem_list.js @@ -318,7 +318,7 @@ along with this program. If not, see . */ problem_ids = groups[group].filter(function (pid) { return pid in attempts }), link; if (problem_ids.length > 0) { - var link = $('') + var link = $('') .on('click', function (e) { e.preventDefault(); codeq.globalStateMachine.transition('solutions', problem_ids); -- cgit v1.2.1