Procházet zdrojové kódy

Merge branch 'text_to_visual' of LInE/iVProg into master

GitAdmin před 1 rokem
rodič
revize
26b405da66
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      js/visualUI/functions.js

+ 1 - 1
js/visualUI/functions.js

@@ -1703,7 +1703,7 @@ function uploadFile (evt) {
         if (txt.indexOf("::algorithm::") >= 0 || txt.indexOf("\"test_cases\"") >= 0) {
           //leo/lucas Version with "test-cases": { "version": "x.y",\n "code": ... \n "test_cases":...
           prepareActivityToStudent(txt, true);
-          console.debug("code=" + txt.code):
+          console.debug("code=" + txt.code);
         } else {
           ivprogCore.setPreviousAlgorithm(txt);
           window.renderAlgorithm();