Files
CHIEFSOFT\ameye b114fdf4fa first commit
2023-12-28 16:20:07 -05:00

1 line
636 B
JavaScript

jQuery(document).ready(function(t){setTimeout(function(){function a(){t("#format-audio,#format-aside,#format-chat,#format-gallery,#format-image,#format-link,#format-quote,#format-status,#format-video").hide()}var o='#post-formats-select input[name="post_format"]',e=".editor-post-format select",r=t(o).length>0,i=t(e).length>0;if(r||i){var f=r?o+":checked":e,m=r?o+":radio":e;a();var n=["audio","aside","chat","gallery","image","link","quote","status","video"],s=t(f).val();"-1"!=jQuery.inArray(s,n)&&t("#format-"+s).show(),t(m).change(function(){a(),"-1"!=jQuery.inArray(t(this).val(),n)&&t("#format-"+t(this).val()).show()})}},300)});