[fix] Call redirect() on path, not view(). Fix #205

This commit is contained in:
opi 2016-03-02 09:17:01 +01:00
parent 7031ace70f
commit 33733d0b32
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -133,7 +133,7 @@
}
if (uri !== '/postinstall') {
store.clear('slide');
c.view(store.get('path-1'), null, null, false);
c.redirect(store.get('path-1'));
}
});
};