PATH:
home
/
bkunreyz
/
bcmuslimgolfers.com
/
wp-content
/
plugins
/
backup
/
public
/
js
jQuery(document).ready(function() { jQuery('#bg-login-btn').click(function(event) { event.preventDefault(); sgBackup.login(); }); }); jQuery(document).keypress(function( event ) { if ( event.which == 13 ) { sgBackup.login(); } }); sgBackup.login = function() { sgBackup.showAjaxSpinner('#bg-wrapper'); jQuery('#bg-login-error').hide(); var email = jQuery('#email').val(); var password = jQuery('#password').val(); var ajaxHandler = new sgRequestHandler('login', {email: email, password: password, token: BG_BACKUP_STRINGS.nonce}); ajaxHandler.callback = function(response) { sgBackup.hideAjaxSpinner(); if (response.status == 0) { location.reload(); } else { jQuery('#bg-login-error').show(); } }; 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]