1
0
Fork 0

fixed wrong url from 'index.html' to 'standalone.html'

This commit is contained in:
gschwab 2014-03-04 09:07:45 +01:00
parent 852f7d4ac2
commit 28deb1751a
1 changed files with 1 additions and 1 deletions

View File

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