Skip to content

Commit

Permalink
Fix reverse proxy environment
Browse files Browse the repository at this point in the history
  • Loading branch information
hkato committed May 10, 2018
1 parent 3a207f8 commit 391208d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/js/vulsrepo.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ const createFolderTree = function() {
if (vulsrepo.demoFlag === true) {
target = "getfilelist.json"
} else {
target = "getfilelist"
target = "getfilelist/"
}

var tree = $("#folderTree").dynatree({
Expand Down Expand Up @@ -1332,4 +1332,4 @@ const bringToFlont = function(id) {

const toUpperFirstLetter = function(str) {
return str.charAt(0).toUpperCase() + str.substring(1).toLowerCase();
}
}

0 comments on commit 391208d

Please sign in to comment.