Redirect to the same page after an update
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
0757c52980
commit
4823b2746e
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
|||
}
|
||||
|
||||
setTimeout(function () {
|
||||
OC.redirect(OC.webroot + '/');
|
||||
OC.redirect(window.location.href);
|
||||
}, 3000);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue