File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ $(document).ready(() => {
159159 }
160160 } ) ;
161161
162- $ ( '.file-download-modal form' ) . on ( 'submit' , ( e ) => {
162+ $ ( '.file-team- download-modal form' ) . on ( 'submit' , ( e ) => {
163163 e . stopPropagation ( ) ;
164164 e . preventDefault ( ) ;
165165
Original file line number Diff line number Diff line change 279279{{ #if (getConfig " FEATURE_TEAM_ARCHIVE_DOWNLOAD" )}}
280280 {{ #if useNextcloud }}
281281 {{ #if nextcloudUrl }}
282- {{ #embed " lib/components/modal-form" class =" file-download-modal" title = ($t
282+ {{ #embed " lib/components/modal-form" class =" file-team- download-modal" title = ($t
283283 " global.headline.downloadAllFiles" )}}
284284 {{ #content " fields" }}
285285 <p >{{{ $t " global.text.downloadHint" (dict " nextcloudUrl" ../nextcloudUrl )}}} </p >
You can’t perform that action at this time.
0 commit comments