File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
templates/Copperis/DropdownImageField Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ public function Field($properties = array()) {
28
28
$ dirName = basename (dirname (dirname (__FILE__ )));
29
29
;
30
30
31
- Requirements::javascript ('Copperis\DropdownImageField : javascript/Polyfill.js ' );
32
- Requirements::javascript ('Copperis\DropdownImageField : javascript/ImageSelect.jquery.js ' );
33
- Requirements::css ('Copperis\DropdownImageField : css/ImageSelect.css ' );
31
+ Requirements::javascript ('copperis/dropdownimagefield : javascript/Polyfill.js ' );
32
+ Requirements::javascript ('copperis/dropdownimagefield : javascript/ImageSelect.jquery.js ' );
33
+ Requirements::css ('copperis/dropdownimagefield : css/ImageSelect.css ' );
34
34
35
35
$ source = $ this ->getSource ();
36
36
$ options = array ();
File renamed without changes.
You can’t perform that action at this time.
0 commit comments