mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Call redirect() on path, not view(). Fix #205
This commit is contained in:
parent
7031ace70f
commit
33733d0b32
2 changed files with 3 additions and 3 deletions
4
src/dist/js/script.min.js
vendored
4
src/dist/js/script.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -133,7 +133,7 @@
|
||||||
}
|
}
|
||||||
if (uri !== '/postinstall') {
|
if (uri !== '/postinstall') {
|
||||||
store.clear('slide');
|
store.clear('slide');
|
||||||
c.view(store.get('path-1'), null, null, false);
|
c.redirect(store.get('path-1'));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue