提交 5aead9c6 编写于 作者: J Jason Park

rename config.json to desc.json

上级 d9f11fed
......@@ -56,7 +56,7 @@ var loadAlgorithm = function (category, algorithm) {
codeEditor.setValue('');
var dir = './algorithm/' + category + '/' + algorithm + '/';
$.getJSON(dir + 'config.json', function (data) {
$.getJSON(dir + 'desc.json', function (data) {
$('#desc_def').html(data.def);
$('#desc_app').empty();
data.apps.forEach(function (app) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册