mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Merge pull request #21015 from owncloud/update-redirecttocorrectpage
Redirect to correct URL after updating
This commit is contained in:
commit
b15d77c934
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
|||
.append(t('core', 'The update was successful. Redirecting you to ownCloud now.'))
|
||||
.appendTo($el);
|
||||
setTimeout(function () {
|
||||
OC.redirect(OC.webroot);
|
||||
OC.redirect(OC.webroot + '/');
|
||||
}, 3000);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue