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
|
+ port
|
||||||
+ "/_db/"
|
+ "/_db/"
|
||||||
+ encodeURIComponent(name)
|
+ encodeURIComponent(name)
|
||||||
+ "/_admin/aardvark/index.html";
|
+ "/_admin/aardvark/standalone.html";
|
||||||
if (hash) {
|
if (hash) {
|
||||||
var base = hash.split("/")[0];
|
var base = hash.split("/")[0];
|
||||||
if (base.indexOf("#collection") === 0) {
|
if (base.indexOf("#collection") === 0) {
|
||||||
|
|
Loading…
Reference in New Issue