Skip to content

Commit

Permalink
fix little bug
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed May 17, 2017
1 parent e5677be commit 28e9a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ var vm = new Vue({
showInfo: function(f) {
console.log(f);
$.ajax({
url: pathJoin(["-/info", location.pathname, f.name]),
url: pathJoin(["/-/info", location.pathname, f.name]),
method: "GET",
success: function(res) {
$("#file-info-title").text(f.name);
Expand Down

0 comments on commit 28e9a2c

Please sign in to comment.