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:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-11-30 17:46:09 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-12-02 22:00:46 +0300
commit71a3528510f0ef6e640fae79b9e30f0e639b716e (patch)
treebcdb3a8feec838ce734b0bc701c9e8671bc4707f /lib/private/legacy/OC_Util.php
parent6b3c7037946bf63b5bd684c7f1ee3e72ea0e6148 (diff)
Allow scripts prioritization based on other apps
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'lib/private/legacy/OC_Util.php')
-rw-r--r--lib/private/legacy/OC_Util.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/private/legacy/OC_Util.php b/lib/private/legacy/OC_Util.php
index 6239583160b..80114a60b89 100644
--- a/lib/private/legacy/OC_Util.php
+++ b/lib/private/legacy/OC_Util.php
@@ -580,6 +580,8 @@ class OC_Util {
/**
* add a javascript file
*
+ * @deprecated 24.0.0
+ *
* @param string $application application id
* @param string|null $file filename
* @param bool $prepend prepend the Script to the beginning of the list
@@ -611,6 +613,8 @@ class OC_Util {
/**
* add a translation JS file
*
+ * @deprecated 24.0.0
+ *
* @param string $application application id
* @param string|null $languageCode language code, defaults to the current language
* @param bool|null $prepend prepend the Script to the beginning of the list