Skip to content

Commit ddd5397

Browse files
committed
Fix library definition
1 parent 5c3acaf commit ddd5397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JqueryFileUpload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function hookLibraryList(array &$libraries)
3535
'name' => /* @text */'jQuery File Upload',
3636
'description' => /* @text */'File Upload widget with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for jQuery',
3737
'type' => 'asset',
38-
'module' => 'file_manager',
38+
'module' => 'jquery_file_upload',
3939
'url' => 'https://github.com/blueimp/jQuery-File-Upload',
4040
'download' => 'https://github.com/blueimp/jQuery-File-Upload/archive/v9.19.1.zip',
4141
'version_source' => array(

0 commit comments

Comments
 (0)