Commit 7bf49f4b authored by nanahira's avatar nanahira

catchup

parent 4a3dc077
...@@ -77,7 +77,7 @@ for (var category_raw of category_array) { ...@@ -77,7 +77,7 @@ for (var category_raw of category_array) {
} }
break; break;
case "level": case "level":
res.difficulty[courseName] = parseInt(value); res.difficulty[courseName] = "'"+value+"'";
break; break;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment