Redirect to the same page after an update

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-08-09 15:19:58 +02:00
parent 0757c52980
commit 4823b2746e
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -107,7 +107,7 @@
}
setTimeout(function () {
OC.redirect(OC.webroot + '/');
OC.redirect(window.location.href);
}, 3000);
}
});