Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
templaza-framework
/
metaboxes
/
post-format
/
assets
/
js
/
File Content:
admin.js
jQuery( function ( $ ) { 'use strict'; $(window).load(function(){ $('#post-format-selector-0').on('change', function(e) { var format = $(this).val(); switch (format) { case 'standard': $('.vp-pfui-format-wrap').hide(); break; case 'aside': $('.vp-pfui-format-wrap').hide(); $('#vp-pfui-format-aside').show(); break; case 'chat': $('.vp-pfui-format-wrap').hide(); $('#vp-pfui-format-chat').show(); break; case 'status': $('.vp-pfui-format-wrap').hide(); $('#vp-pfui-format-status').show(); break; case 'link': $('.vp-pfui-format-wrap').hide(); $('#vp-pfui-format-link-url').show(); break; case 'gallery': $('.vp-pfui-format-wrap').hide(); $('#vp-pfui-format-gallery-preview').show(); break; case 'video': $('.vp-pfui-format-wrap').hide(); $('#vp-pfui-format-video-fields').show(); break; case 'quote': $('.vp-pfui-format-wrap').hide(); $('#vp-pfui-format-quote-fields').show(); break; case 'audio': $('.vp-pfui-format-wrap').hide(); $('#vp-pfui-format-audio-fields').show(); break; } }); $("#post-format-selector-0").trigger("change"); }) } );
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
admin.js
1229 bytes
0644
post-formats.js
6043 bytes
0644
N4ST4R_ID | Naxtarrr