Merge pull request #10619 from nextcloud/bugfix/4550/redirect-page-update
Redirect to the same page after an update
This commit is contained in:
commit
7191d676ab
|
@ -107,7 +107,7 @@
|
|||
}
|
||||
|
||||
setTimeout(function () {
|
||||
OC.redirect(OC.webroot + '/');
|
||||
OC.redirect(window.location.href);
|
||||
}, 3000);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue