removing wrong base address hardcoded
This commit is contained in:
parent
856afd000b
commit
03e326ce83
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
$(document).ready(function () {
|
||||
|
||||
var filesBaseUrl = "http://192.168.1.64:30080/files";
|
||||
var filesBaseUrl = "/files";
|
||||
|
||||
var fileListElement = $("#file-list");
|
||||
var fileItemElementTemplate = fileListElement.find("li").detach();
|
||||
|
|
Loading…
Reference in a new issue