PluginProbe
MailerLite – WooCommerce integration / 3.1.20
MailerLite – WooCommerce integration v3.1.20
3.1.25 3.1.26 3.1.24 3.1.23 3.1.22 3.1.21 3.1.20 3.1.19 3.1.18 3.1.17 3.1.16 3.1.15 1.8.7 1.8.8 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 All 147 releases
woo-mailerlite / admin / assets / js / components / Plugins / Loader.js

Loader.js in MailerLite – WooCommerce integration 3.1.20, at admin/assets/js/components/Plugins/Loader.js

9 lines 236 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 function loadStart(ref) {
2 ref.classList.add('woo-mailerlite-loading');
3 ref.disabled = true;
4 }
5 function loadEnd(ref) {
6 ref.classList.remove('woo-mailerlite-loading');
7 ref.disabled = false;
8 }
9 export { loadStart, loadEnd };