woocommerce/assets/js/admin
Barry Hughes 6a07bea567
Merge pull request #30706 from woocommerce/fix/30625-marketplace-categories-dropdown
Fix in-app marketplace category dropdown menu on iOS
2021-09-15 10:44:29 -07:00
..
api-keys.js Update deprecated jQuery functions for api-keys.js 2021-04-28 16:21:58 -05:00
backbone-modal.js Update deprecated jQuery functions for backbone-modal.js 2021-04-28 16:21:58 -05:00
marketplace-suggestions.js Add additional context to have browse all products open in new tab closes #30264 2021-09-03 07:56:27 -07:00
meta-boxes-coupon.js Update deprecated jQuery functions for meta-boxes-coupon.js 2021-04-28 16:21:58 -05:00
meta-boxes-order.js Add individual item remove notices for shipping and fees closes #29890 2021-09-07 08:06:32 -07:00
meta-boxes-product-variation.js Fix variations menu order not applying correctly when manually set closes #29630 2021-08-04 09:03:35 -07:00
meta-boxes-product.js Revert load function 2021-04-28 16:26:31 -05:00
meta-boxes.js Fix deprecated jQuery removeClass function 2021-04-28 16:22:00 -05:00
network-orders.js Updates for coding standards 2017-11-14 18:59:20 -07:00
product-ordering.js Corrected ESLint violations in JS files 2020-05-04 20:49:29 -07:00
quick-edit.js Use prop to set checked state fixes #30471 2021-09-03 07:24:25 -07:00
reports.js replace jQuery.bind except in 3rd party assets 2021-02-02 09:38:04 -07:00
settings-views-html-settings-tax.js Update deprecated jQuery functions for settings-views-html-settings-tax.js 2021-04-28 16:21:58 -05:00
settings.js Use prop function to set attributes closes #29709 2021-05-24 12:55:15 -07:00
system-status.js Update system-status.js to resolve jQuery data change in jQuery 3 2021-04-28 16:22:00 -05:00
term-ordering.js Corrected ESLint violations in JS files 2020-05-04 20:49:29 -07:00
users.js Update deprecated jQuery functions for users.js 2021-04-28 16:21:59 -05:00
wc-clipboard.js Update deprecated jQuery functions for wc-clipboard.js 2021-04-28 16:21:59 -05:00
wc-enhanced-select.js Fix script error in enhanced select sorting. Use $(this) instead of $(self). Closes #30107. 2021-06-15 12:38:48 -06:00
wc-orders.js Update wc-orders.js to resolve jQuery data change in jQuery 3 2021-04-28 16:22:00 -05:00
wc-product-export.js Correct bind usage in product import and export (bind wasn't targeting jQuery object; was native JS bind) 2021-04-28 16:26:32 -05:00
wc-product-import.js Correct bind usage in product import and export (bind wasn't targeting jQuery object; was native JS bind) 2021-04-28 16:26:32 -05:00
wc-setup.js Update wc-setup.js to set required prop to false instead of removing attribute for jQuery3 compat 2021-04-28 16:26:31 -05:00
wc-shipping-classes.js Update deprecated jQuery functions for wc-shipping-classes.js 2021-04-28 16:21:59 -05:00
wc-shipping-zone-methods.js Update deprecated jQuery functions for wc-shipping-zone-methods.js 2021-04-28 16:21:59 -05:00
wc-shipping-zones.js redirect without removing the events handler 2021-06-07 22:43:33 +06:00
wc-status-widget.js Indent with tabs 2021-02-18 20:02:56 -03:00
woocommerce_admin.js Addressing https://github.com/woocommerce/woocommerce/issues/30625 caused by iOS's behaviour around taps and hover, https://humanwhocodes.com/blog/2012/07/05/ios-has-a-hover-problem/. Adding `no-touch` class to body if we're not on a touch device. Adjusted CSS to take this class into account. 2021-09-13 14:29:32 +01:00