Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhijie committed Jul 14, 2024
1 parent 82b481f commit 5762af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
});
source = jQuery.urlParams().source || 'dizang';
filename = source + '.json';
filename = 'source/' + source + '.json';
$.getJSON(filename, function(data) {
var items = [];
$.each(data, function(name, str) {
Expand Down

0 comments on commit 5762af9

Please sign in to comment.