diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-09-07 15:58:54 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-09-07 15:58:54 +0200 |
commit | 764a076ee3cf99d27607f19fed54ccf771705fab (patch) | |
tree | d19022375c4a4be1953853130484bfdf1cabc510 | |
parent | 65647a77cf355db5f8553669e8666eb5639ad689 (diff) |
Remove survey link
-rw-r--r-- | js/codeq/problem_list.js | 10 |
1 files changed, 0 insertions, 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 <http://www.gnu.org/licenses/>. */ // title: HTML structure for "name" and "desc" html.push('<h1 class="language-title" ', ta(langDict.name), '></h1><hr>'); html.push('<div class="language-description" ', ta(langDict.description), '></div>'); - if (li === 'prolog') { - for (i = 0; i < codeq.experiments.length; i++) { - if (codeq.experiments[i]['id'] == 'prolog_hints') { - html.push('<div><a target="_blank" href="https://ailab.si/codeq-survey.php' + - '?group=' + codeq.experiments[i]['group'] + - '&check=' + $('#profile-username').text().slice(-1) + - '">Izpolni anketo o CodeQ.</a></div>'); - } - } - } // content: problem directory for (i = 0; i < groups.length; i++) { |