Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/OC/navigation.js')
-rw-r--r--core/src/OC/navigation.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/OC/navigation.js b/core/src/OC/navigation.js
index a4ccb9ced51..4c72e9e71db 100644
--- a/core/src/OC/navigation.js
+++ b/core/src/OC/navigation.js
@@ -25,6 +25,7 @@ export const redirect = targetURL => { window.location = targetURL }
/**
* Reloads the current page
+ *
* @deprecated 17.0.0 use window.location.reload directly
*/
export const reload = () => { window.location.reload() }