PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
plugins
/
yith-woocommerce-quick-view
/
plugin-fw
/
assets
/
js
/** * This file belongs to the YIT Framework. * * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://www.gnu.org/licenses/gpl-3.0.txt */ (function ( $ ) { $(document).on( 'click', 'a.yith-update-link', function(event){ var t = $(this), p_wrapper = t.parent('p'); event.preventDefault(); $.ajax({ type: 'POST', url: yith_plugin_fw.ajaxurl, data: { 'action': "update-plugin", 'plugin': t.data('plugin'), 'slug': t.data('slug'), 'name': t.data('name'), '_ajax_nonce': yith_plugin_fw.ajax_nonce }, beforeSend: function(){ p_wrapper.text( yith_plugin_fw.l10n.updating.replace( '%s', t.data('name') ) ); p_wrapper.addClass( 'yith-updating' ); }, success: function (response) { p_wrapper.removeClass( 'yith-updating' ).addClass( 'yith-updated' ); var notice_wrapper = p_wrapper.parent('div'); notice_wrapper.removeClass( 'notice-warning' ), result_text = ''; if( response.success === true ){ notice_wrapper.addClass('notice-success updated-message').removeClass( 'update-message' ); result_text = yith_plugin_fw.l10n.updated; } else { notice_wrapper.addClass('notice-error'); result_text = yith_plugin_fw.l10n.failed; } p_wrapper.text( result_text.replace( '%s', t.data('name') ) ); } }); }); })( jQuery );
[-] yith-enhanced-select.min.js
[edit]
[-] yith-dashboard.min.js
[edit]
[-] welcome-modal.min.js
[edit]
[-] yith-system-info.min.js
[edit]
[-] yith-promo.min.js
[edit]
[-] multisite-updater.js
[edit]
[-] yith-ui.js
[edit]
[-] yith-promo.js
[edit]
[-] yith-colorpicker.min.js
[edit]
[-] jquery.colorbox.js
[edit]
[+]
..
[+]
jquery-tiptip
[-] metabox.min.js
[edit]
[-] yith-enhanced-select-wc-2.6.js
[edit]
[-] yith-ui.min.js
[edit]
[-] yith-enhanced-select.js
[edit]
[-] metabox.js
[edit]
[-] how-to.js
[edit]
[-] multisite-updater.min.js
[edit]
[-] yith-bh-onboarding.js
[edit]
[-] welcome-modal.js
[edit]
[-] yith-date-format.min.js
[edit]
[-] yith-fields.min.js
[edit]
[-] yith-date-format.js
[edit]
[-] yit-cpt-unlimited.min.js
[edit]
[-] yit-wp-pointer.min.js
[edit]
[-] yit-plugin-panel.js
[edit]
[-] how-to.min.js
[edit]
[-] yith-update-plugins.min.js
[edit]
[-] yith-system-info.js
[edit]
[-] yith-update-plugins.js
[edit]
[-] yith-bh-onboarding.min.js
[edit]
[+]
select2
[-] yith-enhanced-select-wc-2.6.min.js
[edit]
[-] jquery.colorbox.min.js
[edit]
[-] yit-wp-pointer.js
[edit]
[-] yit-plugin-panel.min.js
[edit]
[-] wp-pages.js
[edit]
[-] yit-cpt-unlimited.js
[edit]
[-] yith-dashboard.js
[edit]
[+]
codemirror
[-] wp-pages.min.js
[edit]
[-] yith-fields.js
[edit]