mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
- Deprecated since Nextcloud 17 To replace `OC.redirect` directly use `window.location`. To replace `OC.reload` directly use `window.location.reload`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>