mirror of
https://github.com/nextcloud/server.git
synced 2026-03-08 18:28:16 +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>