Merge pull request #10619 from nextcloud/bugfix/4550/redirect-page-update

Redirect to the same page after an update
This commit is contained in:
Roeland Jago Douma 2018-08-10 11:14:03 +02:00 committed by GitHub
commit 7191d676ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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