PATH:
home
/
bkunreyz
/
bcmuslimgolfers.com
/
wp-content
/
plugins
/
backup
/
public
/
js
jQuery(document).ready(function() { jQuery('#link-btn').click(function(event) { event.preventDefault(); sgBackup.linkLicense(); }); }); sgBackup.linkLicense = function() { var productId = jQuery('#product').val(); if (productId == '0') { alert(BG_LICENSE_STRINGS.invalidLicense); return; } var availableLicenses = jQuery("#product option:selected").attr('data-licenses'); if (availableLicenses != 'Unlimited' && parseInt(availableLicenses) == 0) { alert(BG_LICENSE_STRINGS.availableLicenses); return; } sgBackup.showAjaxSpinner('#bg-wrapper'); var ajaxHandler = new sgRequestHandler('link_license', {productId: productId, token: BG_BACKUP_STRINGS.nonce}); ajaxHandler.callback = function(response) { sgBackup.hideAjaxSpinner(); if (response == '0') { location.reload(); } else { alert(response); } }; ajaxHandler.run(); }
[-] jquery.rateyo.js
[edit]
[-] jstree.min.js
[edit]
[-] jquery.iframe-transport.js
[edit]
[-] jstree.checkbox.js
[edit]
[-] sgsettings.js
[edit]
[-] jquery.fileupload.js
[edit]
[-] jquery-ui.js
[edit]
[-] sglogin.js
[edit]
[-] bootstrap.min.js
[edit]
[-] sglicense.js
[edit]
[-] sgcloud.js
[edit]
[+]
..
[-] jstree.types.js
[edit]
[-] jstree.wholerow.js
[edit]
[-] sgbackup.js
[edit]
[-] sgschedule.js
[edit]
[-] popup.js
[edit]
[-] Chart.bundle.min.js
[edit]
[-] sgrequesthandler.js
[edit]
[-] sgrequesthandler.wordpress.js
[edit]
[-] deactivationSurvey.js
[edit]
[-] less.min.js
[edit]
[-] bootstrap-switch.min.js
[edit]
[-] jquery.validate.min.js
[edit]
[-] main.js
[edit]
[-] sgNoticeDismiss.js
[edit]