From 764a076ee3cf99d27607f19fed54ccf771705fab Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 7 Sep 2016 15:58:54 +0200 Subject: Remove survey link --- js/codeq/problem_list.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/js/codeq/problem_list.js b/js/codeq/problem_list.js index 0070edb..de264e0 100644 --- a/js/codeq/problem_list.js +++ b/js/codeq/problem_list.js @@ -227,16 +227,6 @@ along with this program. If not, see . */ // title: HTML structure for "name" and "desc" html.push('


'); html.push('
'); - if (li === 'prolog') { - for (i = 0; i < codeq.experiments.length; i++) { - if (codeq.experiments[i]['id'] == 'prolog_hints') { - html.push('
Izpolni anketo o CodeQ.
'); - } - } - } // content: problem directory for (i = 0; i < groups.length; i++) { -- cgit v1.2.1