frankmullenger / silverstripe-gallery

Image gallery for SilverStripe 3
23 stars 17 forks source link

Enhancement Suggestion #2

Closed thezenmonkey closed 11 years ago

thezenmonkey commented 11 years ago

The sort function fails if you add another upload field to the tab, its easily fixed by speciying the .galleryupload class in line 14 of GalleryUploadField.js

config = $.parseJSON($('div.ss-upload.galleryupload input').data('config').replace(/'/g,'"'));