PATH:
home
/
centosnipponia
/
public_html
/
BAK_doohannl
/
wp-content
/
themes
/
sydney-pro-ii
/
js
/** * Fontawesome update */ (function($){ 'use strict'; $( document ).on( 'click', '.sydney-update-fontawesome', function(e){ e.preventDefault(); if( confirm( sydneyadm.fontawesomeUpdate.confirmMessage ) ) { $.ajax({ type: 'post', url: ajaxurl, data: { action: 'sydney_update_fontawesome_callback', nonce: $(this).data('nonce') }, success: function (response) { if( response.success ) { window.location.reload(); } else { alert( sydneyadm.fontawesomeUpdate.errorMessage ); } } }); } } ); }(jQuery)); /** * Header update */ (function($){ 'use strict'; $( document ).on( 'click', '.sydney-update-header', function(e){ e.preventDefault(); if( confirm( sydneyadm.headerUpdate.confirmMessage ) ) { $.ajax({ type: 'post', url: ajaxurl, data: { action: 'sydney_header_update_notice_2_1_7_callback', nonce: $(this).data('nonce') }, success: function (response) { if( response.success ) { window.location.reload(); } else { alert( sydneyadm.headerUpdate.errorMessage ); } } }); } } ); }(jQuery)); /** * Header update dismiss */ (function($){ 'use strict'; $( document ).on( 'click', '.sydney-update-header-dismiss', function(e){ e.preventDefault(); if( confirm( sydneyadm.headerUpdateDimiss.confirmMessage ) ) { $.ajax({ type: 'post', url: ajaxurl, data: { action: 'sydney_header_update_dismiss_notice_2_1_8_callback', nonce: $(this).data('nonce') }, success: function (response) { if( response.success ) { window.location.reload(); } else { alert( sydneyadm.headerUpdateDimiss.errorMessage ); } } }); } } ); }(jQuery));
[+]
..
[+]
modules
[-] admin-functions.js
[edit]
[-] customize-controls.js
[edit]
[-] customize-controls.min.js
[edit]
[-] customizer-select2.js
[edit]
[-] customizer.js
[edit]
[-] customizer.min.js
[edit]
[-] elementor.js
[edit]
[-] functions.js
[edit]
[-] functions.min.js
[edit]
[-] hero-slider.js
[edit]
[-] imagesloaded.pkgd.js
[edit]
[-] infinite-load.js
[edit]
[-] jquery.countTo.js
[edit]
[-] jquery.fitvids.js
[edit]
[-] jquery.flexslider.js
[edit]
[-] jquery.superslides.js
[edit]
[-] jquery.validate.js
[edit]
[-] jquery.validate.min.js
[edit]
[-] media-uploader.js
[edit]
[-] owl.carousel.js
[edit]
[-] scripts.js
[edit]
[-] select2.js
[edit]
[-] select2.min.js
[edit]
[-] so-legacy-main.js
[edit]
[-] so-legacy-main.min.js
[edit]
[-] so-legacy.js
[edit]
[-] sydney-popup.js
[edit]
[-] sydney-popup.min.js
[edit]
[-] typed.js
[edit]
[-] typed.min.js
[edit]
[-] waypoints.js
[edit]
[-] woo-sidebar.js
[edit]
[-] .htaccess.disabled
[edit]