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