diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-04-29 18:16:15 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-04-30 11:11:24 +0200 |
commit | 35d8e7a4e036dc7eda504a4fd7e5f587cfb69cc2 (patch) | |
tree | d7a27d66637b04dee96caee564cdc28fc5498646 /core/js/js.js | |
parent | 2e0199a04a077db17a74a6018b8f3957f0b37eb9 (diff) | |
download | nextcloud-server-35d8e7a4e036dc7eda504a4fd7e5f587cfb69cc2.tar.gz nextcloud-server-35d8e7a4e036dc7eda504a4fd7e5f587cfb69cc2.zip |
Move OC.dialogs to the main bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/js/js.js b/core/js/js.js index 445b628855a..084a7fbd34e 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -478,12 +478,6 @@ Object.assign(window.OC, { }, /** - * Dialog helper for jquery dialogs. - * - * @namespace OC.dialogs - */ - dialogs:OCdialogs, - /** * Parses a URL query string into a JS map * @param {string} queryString query string in the format param1=1234¶m2=abcde¶m3=xyz * @return {Object.<string, string>} map containing key/values matching the URL parameters |