mirror of https://gitee.com/bigwinds/arangodb
fixed wrong url from 'index.html' to 'standalone.html'
This commit is contained in:
parent
852f7d4ac2
commit
28deb1751a
|
@ -66,7 +66,7 @@
|
|||
+ port
|
||||
+ "/_db/"
|
||||
+ encodeURIComponent(name)
|
||||
+ "/_admin/aardvark/index.html";
|
||||
+ "/_admin/aardvark/standalone.html";
|
||||
if (hash) {
|
||||
var base = hash.split("/")[0];
|
||||
if (base.indexOf("#collection") === 0) {
|
||||
|
|
Loading…
Reference in New Issue