Merge pull request #21015 from owncloud/update-redirecttocorrectpage
Redirect to correct URL after updating
This commit is contained in:
commit
b15d77c934
|
@ -84,7 +84,7 @@
|
||||||
.append(t('core', 'The update was successful. Redirecting you to ownCloud now.'))
|
.append(t('core', 'The update was successful. Redirecting you to ownCloud now.'))
|
||||||
.appendTo($el);
|
.appendTo($el);
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
OC.redirect(OC.webroot);
|
OC.redirect(OC.webroot + '/');
|
||||||
}, 3000);
|
}, 3000);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue