PATH:
home
/
letacommog
/
winwithd
/
wp-content
/
plugins
/
paid-member-subscriptions
/
assets
/
js
/
admin
jQuery( function($) { // Close the Uninstall confirmation thickbox $(document).on( 'click', '#pms-confirm-uninstall-cancel', function(e) { e.preventDefault(); $('#TB_closeWindowButton').trigger('click'); }); // Enables/disables the Uninstall button from the thickbox $(document).on( 'keyup', 'input[name=pms-confirm-uninstall]', function() { $this = $(this); $submit = $this.siblings('.pms-uninstall-thickbox-footer').find('input[type=submit]'); if( $(this).val() == 'REMOVE' ) $submit.attr('disabled', false ); else $submit.attr('disabled', true ); }); });
[+]
..
[-] submenu-page-payments-page.js
[edit]
[-] submenu-page-settings-page.js
[edit]
[-] cpt-subscription.js
[edit]
[-] submenu-page-addons-page.js
[edit]
[-] meta-box-subscription-details.js
[edit]
[-] submenu-page-uninstall-page.js
[edit]
[-] submenu-page-export-page.js
[edit]
[-] submenu-page-members-page.js
[edit]
[-] meta-box-post-content-restriction.js
[edit]
[-] submenu-page-reports-page.js
[edit]
[+]
libs
[-] setup-wizard.js
[edit]
[-] meta-box-subscription-user-roles.js
[edit]