Skip to content

Commit

Permalink
fix media field in ISIS Template
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Nübel committed Jul 21, 2017
1 parent 247480f commit 8d28d86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions media/system/js/repeatable-uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,12 @@
$select.attr('href', oldHref.replace(/&fieldid=(.+)&/, '&fieldid=' + inputId + '&'));
jMediaRefreshPreview(inputId);
});

// fix media field in ISIS Template
$row.find('.field-media-wrapper').each(function(){
var $el = $(this);
$el.fieldMedia();
});

// another modals
if(window.SqueezeBox && window.SqueezeBox.assign){
Expand Down

0 comments on commit 8d28d86

Please sign in to comment.