mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
This commit is contained in:
commit
b740dbe7ab
|
@ -63,7 +63,14 @@
|
|||
+ encodeURIComponent(name)
|
||||
+ "/_admin/aardvark/index.html";
|
||||
if (hash) {
|
||||
url += hash;
|
||||
var base = hash.split("/")[0];
|
||||
if (base.indexOf("#collection") === 0) {
|
||||
base = "#collections";
|
||||
}
|
||||
if (base.indexOf("#application") === 0) {
|
||||
base = "#applications";
|
||||
}
|
||||
url += base;
|
||||
}
|
||||
return url;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue