X7ROOT File Manager
Current Path:
/home/notabjze/crypfinite.com/wp-content/plugins/jetpack/_inc
home
/
notabjze
/
crypfinite.com
/
wp-content
/
plugins
/
jetpack
/
_inc
/
ðŸ“
..
📄
accessible-focus.js
(620 B)
ðŸ“
blocks
📄
blogging-prompts.php
(8.49 KB)
ðŸ“
build
📄
class.jetpack-provision.php
(9.34 KB)
📄
crowdsignal-shortcode.js
(649 B)
📄
crowdsignal-survey.js
(277 B)
📄
deprecate.js
(2.26 KB)
📄
facebook-embed.js
(1 KB)
ðŸ“
fonts
📄
gallery-settings.js
(1 KB)
ðŸ“
genericons
📄
genericons.php
(508 B)
📄
jetpack-admin.js
(1.56 KB)
📄
jetpack-deactivate-dialog.js
(2.9 KB)
📄
jetpack-modules.js
(2.37 KB)
📄
jetpack-modules.models.js
(2.07 KB)
📄
jetpack-modules.views.js
(1.69 KB)
ðŸ“
lib
📄
polldaddy-shortcode.js
(2.64 KB)
ðŸ“
social-logos
📄
social-logos.php
(956 B)
📄
twitter-timeline.js
(351 B)
Editing: gallery-settings.js
/** * Jetpack Gallery Settings */ ( function ( $ ) { var media = wp.media; // Wrap the render() function to append controls. media.view.Settings.Gallery = media.view.Settings.Gallery.extend( { render: function () { var $el = this.$el; media.view.Settings.prototype.render.apply( this, arguments ); // Append the type template and update the settings. $el.append( media.template( 'jetpack-gallery-settings' ) ); media.gallery.defaults.type = 'default'; // lil hack that lets media know there's a type attribute. this.update.apply( this, [ 'type' ] ); // Hide the Columns setting for all types except Default $el .find( 'select[name=type]' ) .on( 'change', function () { var columnSetting = $el.find( 'select[name=columns]' ).closest( 'label.setting' ); if ( 'default' === $( this ).val() || 'thumbnails' === $( this ).val() ) { columnSetting.show(); } else { columnSetting.hide(); } } ) .change(); return this; }, } ); } )( jQuery );
Upload File
Create Folder