Skip to content

Commit 0bab8dc

Browse files
committed
rename config.json to desc.json
1 parent 87c1f13 commit 0bab8dc

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed
File renamed without changes.

js/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var loadAlgorithm = function (category, algorithm) {
5656
codeEditor.setValue('');
5757

5858
var dir = './algorithm/' + category + '/' + algorithm + '/';
59-
$.getJSON(dir + 'config.json', function (data) {
59+
$.getJSON(dir + 'desc.json', function (data) {
6060
$('#desc_def').html(data.def);
6161
$('#desc_app').empty();
6262
data.apps.forEach(function (app) {

0 commit comments

Comments
 (0)