Correct API URL shown in data browser sidebar

This commit is contained in:
Tom Hughes 2012-08-11 10:49:38 +01:00
parent c93745af0c
commit bc009ccd73

View file

@ -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);