Submit
Path:
~
/
home
/
getwphos
/
www
/
twinkletown
/
wp-content
/
backup
/
plugins
/
woocommerce
/
assets
/
js
/
admin
/
File Content:
meta-boxes.js
jQuery( function ( $ ) { /** * Function to check if the attribute and variation fields are empty. */ jQuery.is_attribute_or_variation_empty = function ( attributes_and_variations_data ) { var has_empty_fields = false; attributes_and_variations_data.each( function () { var $this = $( this ); // Check if the field is checkbox or a search field. if ( $this.hasClass( 'checkbox' ) || $this.filter( '[class*=search__field]' ).length ) { return; } var is_empty = $this.is( 'select' ) ? $this.find( ':selected' ).length === 0 : ! $this.val(); if ( is_empty ) { has_empty_fields = true; } } ); return has_empty_fields; }; /** * Function to maybe disable the save button. */ jQuery.maybe_disable_save_button = function () { var $tab; var $save_button; if ( $( '.woocommerce_variation_new_attribute_data' ).is( ':visible' ) ) { $tab = $( '.woocommerce_variation_new_attribute_data' ); $save_button = $( 'button.create-variations' ); } else { var $tab = $( '.product_attributes' ); var $save_button = $( 'button.save_attributes' ); } var attributes_and_variations_data = $tab.find( 'input, select, textarea' ); if ( jQuery.is_attribute_or_variation_empty( attributes_and_variations_data ) ) { if ( ! $save_button.hasClass( 'disabled' ) ) { $save_button.addClass( 'disabled' ); $save_button.attr( 'aria-disabled', true ); } } else { $save_button.removeClass( 'disabled' ); $save_button.removeAttr( 'aria-disabled' ); } }; // 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, keepAlive: true, } ); } runTipTip(); $( '.save_attributes' ).tipTip( { content: function () { return $( '.save_attributes' ).hasClass( 'disabled' ) ? woocommerce_admin_meta_boxes.i18n_save_attribute_variation_tip : ''; }, fadeIn: 50, fadeOut: 50, delay: 200, keepAlive: true, } ); $( '.create-variations' ).tipTip( { content: function () { return $( '.create-variations' ).hasClass( 'disabled' ) ? woocommerce_admin_meta_boxes.i18n_save_attribute_variation_tip : ''; }, fadeIn: 50, fadeOut: 50, delay: 200, keepAlive: true, } ); $( '.wc-metaboxes-wrapper' ).on( 'click', '.wc-metabox > h3', function () { var metabox = $( this ).parent( '.wc-metabox' ); if ( metabox.hasClass( 'closed' ) ) { metabox.removeClass( 'closed' ); } else { metabox.addClass( 'closed' ); } if ( metabox.hasClass( 'open' ) ) { metabox.removeClass( 'open' ); } else { metabox.addClass( 'open' ); } } ); // Tabbed Panels $( document.body ) .on( 'wc-init-tabbed-panels', function () { $( 'ul.wc-tabs' ).show(); $( 'ul.wc-tabs a' ).on( '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( 0, function () { $( this ).trigger( 'woocommerce_tab_shown' ); } ); } ); $( 'div.panel-wrap' ).each( function () { $( this ) .find( 'ul.wc-tabs li' ) .eq( 0 ) .find( 'a' ) .trigger( '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(); } ); $( '#product_attributes' ).on( 'change', 'select.attribute_values', jQuery.maybe_disable_save_button ); $( '#product_attributes, #variable_product_options' ).on( 'keyup', 'input, textarea', jQuery.maybe_disable_save_button ); // Maybe disable save buttons when editing products. jQuery.maybe_disable_save_button(); } );
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
api-keys.js
3986 bytes
0644
api-keys.min.js
2280 bytes
0644
backbone-modal.js
4459 bytes
0644
backbone-modal.min.js
2837 bytes
0644
marketplace-suggestions.js
17243 bytes
0644
marketplace-suggestions.min.js
6819 bytes
0644
meta-boxes-coupon.js
3057 bytes
0644
meta-boxes-coupon.min.js
1650 bytes
0644
meta-boxes-order.js
55606 bytes
0644
meta-boxes-order.min.js
33765 bytes
0644
meta-boxes-product-variation.js
43279 bytes
0644
meta-boxes-product-variation.min.js
23090 bytes
0644
meta-boxes-product.js
35075 bytes
0644
meta-boxes-product.min.js
18476 bytes
0644
meta-boxes.js
4993 bytes
0644
meta-boxes.min.js
3040 bytes
0644
network-orders.js
2394 bytes
0644
network-orders.min.js
1281 bytes
0644
order-attribution-admin.js
1185 bytes
0644
order-attribution-admin.min.js
730 bytes
0644
product-editor.js
696 bytes
0644
product-editor.min.js
298 bytes
0644
product-ordering.js
2547 bytes
0644
product-ordering.min.js
1653 bytes
0644
quick-edit.js
7231 bytes
0644
quick-edit.min.js
4691 bytes
0644
reports.js
5518 bytes
0644
reports.min.js
2765 bytes
0644
settings-views-html-settings-tax.js
12324 bytes
0644
settings-views-html-settings-tax.min.js
6231 bytes
0644
settings.js
12233 bytes
0644
settings.min.js
6402 bytes
0644
system-status.js
5419 bytes
0644
system-status.min.js
3138 bytes
0644
term-ordering.js
4675 bytes
0644
term-ordering.min.js
2532 bytes
0644
users.js
3875 bytes
0644
users.min.js
1915 bytes
0644
wc-brands-enhanced-select.js
4160 bytes
0644
wc-brands-enhanced-select.min.js
1630 bytes
0644
wc-clipboard.js
869 bytes
0644
wc-clipboard.min.js
336 bytes
0644
wc-customer-stock-notifications.js
1651 bytes
0644
wc-customer-stock-notifications.min.js
1154 bytes
0644
wc-enhanced-select.js
13906 bytes
0644
wc-enhanced-select.min.js
7892 bytes
0644
wc-orders.js
2024 bytes
0644
wc-orders.min.js
1195 bytes
0644
wc-product-export.js
3880 bytes
0644
wc-product-export.min.js
2141 bytes
0644
wc-product-import.js
2995 bytes
0644
wc-product-import.min.js
1742 bytes
0644
wc-setup.js
10290 bytes
0644
wc-setup.min.js
6502 bytes
0644
wc-shipping-classes.js
6725 bytes
0644
wc-shipping-classes.min.js
3651 bytes
0644
wc-shipping-zone-methods.js
35898 bytes
0644
wc-shipping-zone-methods.min.js
17475 bytes
0644
wc-shipping-zones.js
9452 bytes
0644
wc-shipping-zones.min.js
4970 bytes
0644
wc-status-widget-async.js
1311 bytes
0644
wc-status-widget-async.min.js
519 bytes
0644
wc-status-widget.js
1824 bytes
0644
wc-status-widget.min.js
1074 bytes
0644
woocommerce_admin.js
22913 bytes
0644
woocommerce_admin.min.js
12270 bytes
0644
N4ST4R_ID | Naxtarrr