https fix v.004
This commit is contained in:
parent
b2808332ca
commit
4ddf7e6038
5 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
// Global Variables
|
||||
var hostURL = location.href;
|
||||
var baseURL = 'http://' + location.host + '/rest';
|
||||
var baseURL = location.protocol + '//' + location.host + '/rest';
|
||||
var username = $.cookie('username');
|
||||
var password = $.cookie('password');
|
||||
var auth = makeBaseAuth(username, password);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue