__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* eslint-disable no-var */
/* global jQuery, wp, calypsoifyGutenberg */
jQuery( function ( $ ) {
// Force fullscreen mode for iframed post editor.
if (
wp &&
wp.data &&
wp.data.select( 'core/edit-post' ) &&
! wp.data.select( 'core/edit-post' ).isFeatureActive( 'fullscreenMode' )
) {
wp.data.dispatch( 'core/edit-post' ).toggleFeature( 'fullscreenMode' );
}
// Force fullscreen mode for iframed site editor.
if (
wp &&
wp.data &&
wp.data.select( 'core/edit-site' ) &&
! wp.data.select( 'core/edit-site' ).isFeatureActive( 'fullscreenMode' )
) {
wp.data.dispatch( 'core/edit-site' ).toggleFeature( 'fullscreenMode' );
}
var editPostHeaderInception = setInterval( function () {
var $closeButton = $( '.edit-post-fullscreen-mode-close__toolbar a' );
if ( $closeButton.length < 1 ) {
return;
}
clearInterval( editPostHeaderInception );
if ( calypsoifyGutenberg.closeUrl ) {
$closeButton.attr( 'href', calypsoifyGutenberg.closeUrl );
$closeButton.attr( 'target', '_parent' );
}
} );
$( 'body.revision-php a' ).each( function () {
var href = $( this ).attr( 'href' );
if ( href ) {
$( this ).attr( 'href', href.replace( '&classic-editor', '' ) );
}
} );
} );
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| README.md | File | 127 B | 0644 |
|
| class-jetpack-calypsoify.php | File | 6.34 KB | 0644 |
|
| mods-gutenberg.js | File | 1.19 KB | 0644 |
|
| mods.js | File | 2.29 KB | 0644 |
|
| style-gutenberg-rtl.min.css | File | 1.07 KB | 0644 |
|
| style-gutenberg.min.css | File | 1.07 KB | 0644 |
|