app/assets/javascripts/caboose/admin_media_index.js in caboose-cms-0.6.6 vs app/assets/javascripts/caboose/admin_media_index.js in caboose-cms-0.6.7
- old
+ new
@@ -249,11 +249,11 @@
});
}
else
ul = $('<p/>').html("This category is empty.");
$('#media').empty().append(ul);
- if (processing)
- setTimeout(function() { that.refresh(); }, 2000);
+ //if (processing)
+ // setTimeout(function() { that.refresh(); }, 2000);
$.each(that.cat.media, function(i, m) {
$('li.media').draggable({
multiple: true,
revert: 'invalid',