| Server IP : 104.21.35.241 / Your IP : 216.73.217.63 Web Server : Apache System : Linux vps115579.inmotionhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : jordansonic ( 1005) PHP Version : 8.3.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/jordansonic/public_html/wp-content/plugins/simple-custom-css/includes/js/ |
Upload File : |
'use strict';
(function( $ ) {
var editor, editorSettings;
if ( ! $( '.sccss-content' ).length ) {
return;
}
editorSettings = wp.codeEditor.defaultSettings ? _.clone( wp.codeEditor.defaultSettings ) : {};
editorSettings.codemirror = _.extend( {}, editorSettings.codemirror, {
lineNumbers: true,
lineWrapping: true,
indentUnit: 2,
tabSize: 2,
mode: 'css',
lint: true,
gutters: ['CodeMirror-lint-markers']
} );
editor = wp.codeEditor.initialize( $( '.sccss-content' ), editorSettings );
})( jQuery );