diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-11-03 19:44:44 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-11-08 08:39:14 +0100 |
commit | 50417bcee8f103fb569a860b63cf8cf1e6bc1c18 (patch) | |
tree | 5b92e8bdb948fb5ccc0d06270c840c42eaee8f57 /dist/files_sharing-collaboration.js | |
parent | cf6c921376effdf7e3682388237f675bb1520945 (diff) | |
download | nextcloud-server-50417bcee8f103fb569a860b63cf8cf1e6bc1c18.tar.gz nextcloud-server-50417bcee8f103fb569a860b63cf8cf1e6bc1c18.zip |
chore(jest): update snapshot after component update
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'dist/files_sharing-collaboration.js')
-rw-r--r-- | dist/files_sharing-collaboration.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/files_sharing-collaboration.js b/dist/files_sharing-collaboration.js index 3199270e8b4..0da25363d3d 100644 --- a/dist/files_sharing-collaboration.js +++ b/dist/files_sharing-collaboration.js @@ -1,2 +1,2 @@ -btoa(OC.requestToken),window.OCP.Collaboration.registerType("file",{action:function(){return new Promise((function(i,n){OC.dialogs.filepicker(t("files_sharing","Link to a file"),(function(e){OC.Files.getClient().getFileInfo(e).then((function(n,e){i(e.id)})).fail((function(){n(new Error("Cannot get fileinfo"))}))}),!1,null,!1,OC.dialogs.FILEPICKER_TYPE_CHOOSE,"",{allowDirectoryChooser:!0})}))},typeString:t("files_sharing","Link to a file"),typeIconClass:"icon-files-dark"}); -//# sourceMappingURL=files_sharing-collaboration.js.map?v=b736a508139452dd8b55
\ No newline at end of file +btoa(OC.requestToken),window.OCP.Collaboration.registerType("file",{action:()=>new Promise(((i,e)=>{OC.dialogs.filepicker(t("files_sharing","Link to a file"),(function(o){OC.Files.getClient().getFileInfo(o).then(((e,o)=>{i(o.id)})).fail((()=>{e(new Error("Cannot get fileinfo"))}))}),!1,null,!1,OC.dialogs.FILEPICKER_TYPE_CHOOSE,"",{allowDirectoryChooser:!0})})),typeString:t("files_sharing","Link to a file"),typeIconClass:"icon-files-dark"}); +//# sourceMappingURL=files_sharing-collaboration.js.map?v=f799f63870ede0105298
\ No newline at end of file |