- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_media.js
r1782 r1852 25 25 } 26 26 27 $('.button. add').click(function(e) {27 $('.button.choose_files').click(function(e) { 28 28 // Use the native click() of the file input. 29 29 $('#upfile').click();
Note: See TracChangeset
for help on using the changeset viewer.