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: jetpack-admin.js
( function ( $ ) { /////////////////////////////////////// // INIT /////////////////////////////////////// $( document ).ready( function () { initEvents(); configFixedElements(); } ); /////////////////////////////////////// // FUNCTIONS /////////////////////////////////////// function configFixedElements() { var jpTopFrame = $( '.frame.top' ), jpBottomFrame = $( '.frame.bottom' ), $body = $( 'body' ); $body.scroll( function () { if ( 33 > jpTopFrame.offset().top ) { jpTopFrame.addClass( 'fixed' ); $body.addClass( 'jp-frame-top-fixed' ); } if ( 120 <= jpBottomFrame.offset().top ) { jpTopFrame.removeClass( 'fixed' ); $body.removeClass( 'jp-frame-top-fixed' ); } } ); $( 'table.jetpack-modules', jpBottomFrame ).addClass( 'with-transparency' ); $( '.manage-left', jpBottomFrame ).css( 'width', '' ); $( '.manage-right', jpBottomFrame ).show(); } function initEvents() { // toggle search and filters at mobile resolution $( '.filter-search' ).on( 'click', function () { $( this ).toggleClass( 'active' ); $( '.manage-right' ).toggleClass( 'show' ); $( '.shade' ).toggle(); } ); // Toggle all checkboxes $( '.checkall' ).on( 'click', function () { $( '.table-bordered' ).find( ':checkbox' ).not( ':disabled' ).prop( 'checked', this.checked ); } ); // Clicking outside modal, or close X closes modal $( '.shade, .modal .close' ).on( 'click', function ( event ) { $( '.shade, .modal' ).hide(); $( '.manage-right' ).removeClass( 'show' ); event.preventDefault(); } ); } } )( jQuery );
Upload File
Create Folder