diff --git a/labs/lab1/desc.json b/labs/lab1/desc.json index 47d0076..430fbc2 100644 --- a/labs/lab1/desc.json +++ b/labs/lab1/desc.json @@ -39,6 +39,5 @@ } ] ], - "scriptpath": "labs/lab1/main.js", "complete": true } \ No newline at end of file diff --git a/labs/lab2/desc.json b/labs/lab2/desc.json index 620b797..93ef518 100644 --- a/labs/lab2/desc.json +++ b/labs/lab2/desc.json @@ -2,6 +2,5 @@ "number": "2", "task": "Подсчитайте общее количество массивов внутри данного массива. Т.к. конвертирование строки в многомерный массив, не самая тривиальная задача, то исходный массив задается внутри кода.\narr = [[1, 2, 3, [1, 2, 3]], [[[]]], 3]", "vars": [[]], - "scriptpath": "labs/lab2/main.js", "complete": true } \ No newline at end of file diff --git a/labs/lab3/desc.json b/labs/lab3/desc.json index 8836619..1e049e1 100644 --- a/labs/lab3/desc.json +++ b/labs/lab3/desc.json @@ -39,6 +39,5 @@ } ] ], - "scriptpath": "labs/lab3/main.js", "complete": true } \ No newline at end of file diff --git a/labs/lab4/desc.json b/labs/lab4/desc.json index bc33699..8578620 100644 --- a/labs/lab4/desc.json +++ b/labs/lab4/desc.json @@ -24,6 +24,5 @@ } ] ], - "scriptpath": "labs/lab4/main.js", "complete": true } \ No newline at end of file diff --git a/web/templates/lab.html b/web/templates/lab.html index 646697c..f09df01 100644 --- a/web/templates/lab.html +++ b/web/templates/lab.html @@ -29,6 +29,6 @@ {{ end }} - +