Correct API URL shown in data browser sidebar
This commit is contained in:
parent
c93745af0c
commit
bc009ccd73
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ function dataLoaded() {
|
|||
browseObjectList.appendChild(list);
|
||||
|
||||
var link = document.createElement("a");
|
||||
link.href = this.url;
|
||||
link.href = this.protocol.url;
|
||||
link.appendChild(document.createTextNode("<%=j t 'browse.start_rjs.object_list.api' %>"));
|
||||
browseObjectList.appendChild(link);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue