You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added back .parent() removed for bug bainternet#92 fix.
Added class re-control markups missing for newly created repeater blocks. That way, HTML markup is more consistent between newly and already added (after post updating) blocks, and nesting level is the same for all blocks.
smeric
added a commit
to smeric/My-Meta-Box
that referenced
this issue
Dec 4, 2013
To fix change line 420 img id -- remove ---- in my-meta-box-class.php to --- e-remove --- then add the following where the java script is.
jQuery("#e-remove-'.$field['id'].'").live('click', function() {
jQuery(this).parent().parent().remove();
});
The text was updated successfully, but these errors were encountered: