summaryrefslogtreecommitdiff
path: root/js/codeq/prolog.js
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-22 17:09:27 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-22 17:09:27 +0100
commit898c828c741cbc947b1ead35dfce6bf08c0302e5 (patch)
tree4b492f609ab44f93ef75b91e9415638d593caa4b /js/codeq/prolog.js
parent4ca9640cfc89fc351503d5cc1df56a05c68fbd02 (diff)
Do not send langauge in test/hint commands
Diffstat (limited to 'js/codeq/prolog.js')
-rw-r--r--js/codeq/prolog.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/codeq/prolog.js b/js/codeq/prolog.js
index 4ec453d..b2ea3e1 100644
--- a/js/codeq/prolog.js
+++ b/js/codeq/prolog.js
@@ -290,7 +290,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
jqBtnTest.prop('disabled', true);
jqBtnHint.ladda('start');
codeq.comms.sendHint({
- 'language': 'prolog',
'program': editor.getDoc().getValue(),
'problem_id': problemDef.id
})
@@ -318,7 +317,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
jqBtnHint.prop('disabled', true);
jqBtnTest.ladda('start');
codeq.comms.sendTest({
- 'language': 'prolog',
'program': editor.getDoc().getValue(),
'problem_id': problemDef.id
})