Merge pull request #21015 from owncloud/update-redirecttocorrectpage

Redirect to correct URL after updating
Šī revīzija ir iekļauta:
Thomas Müller 2015-12-07 19:55:45 +01:00
revīzija b15d77c934

Parādīt failu

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