Closed alexmansfield closed 11 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')); },
Pretty sure this is fixed.
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.