Merge pull request #21015 from owncloud/update-redirecttocorrectpage

Redirect to correct URL after updating
This commit is contained in:
Thomas Müller 2015-12-07 19:55:45 +01:00
bovenliggende 4100263bd6 69ab047f89
commit b15d77c934

Bestand weergeven

@ -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);
}
});