not redirecting back

pull/31/head
Daniel Klabbers 2016-01-21 19:45:32 +01:00
parent 82e1f52add
commit 4e96483cc3
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
method: 'post',
success: function(state) {
if(state == 'true') {
location.replace(location.pathname.replace('/install/index.php', ''));
location.replace(location.pathname.replace('install/index.php', ''));
} else if(statusElement.text() != state) {
statusElement.text(state);
}