crowdfavorite / wp-post-formats

An admin interface and structured post meta for WordPress post formats.
363 stars 78 forks source link

Switching Tabs from Audio to Video #19

Closed alexmansfield closed 11 years ago

alexmansfield commented 12 years ago

When switching from the audio tab to the video tab, the audio URL input box remains visible. Adding #cfpf-format-audio-fields to the line of elements to hide (line 67) seemed to take care of the problem.

            video: function() {
                $('#cfpf-format-link-url, #cfpf-format-quote-fields, #cfpf-format-gallery-preview, #cfpf-format-audio-fields').hide();
                $('#titlewrap, #cfpf-format-video-fields').show();
                $('#postimagediv-placeholder').replaceWith($('#postimagediv'));
            },
alexkingorg commented 11 years ago

Pretty sure this is fixed.