Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function ($) {
- $(document).on('ready', function () {
- var post_editor = $('.jeg_post_editor .video-format-field');
- if( post_editor && post_editor.length > 0 ){
- post_editor.find('a[data-type="video"]').click();
- }
- });
- })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement