Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
proc
/
thread-self
/
root
/
home
/
emranchoice
/
traveloltd.com
/
wp-content
/
plugins
/
astra-sites
/
assets
/
js
[ HOME ]
Exec
Submit
admin.js
( function ( $ ) { /** * Admin * * @since x.x.x */ StarterTemplatesAdmin = { /** * Initializes Events. * * @since x.x.x * @method init */ init: function () { this._bind(); }, /** * Binds events for the BSF Quick Links * * @since x.x.x * @access private * @method _bind */ _bind: function () { $( window ).on( 'scroll', StarterTemplatesAdmin._addCustomCTAInfobar ); $( document ).on( 'astra-sites-change-page-builder', StarterTemplatesAdmin._changeCTALink ); }, _changeCTALink: function ( event ) { if ( AstraSitesAdmin.default_cta_link ) { $( '.astra-sites-cta-link' ).attr( 'href', AstraSitesAdmin.default_cta_link ); } if ( AstraSitesAdmin.quick_corner_cta_link ) { $( '.bsf-quick-link-item-upgrade' ).attr( 'href', AstraSitesAdmin.quick_corner_cta_link ); } }, /** * Show Custom CTA on scroll. */ _addCustomCTAInfobar: function () { var scroll = $( window ).scrollTop(); if ( scroll > 70 ) { $( '.astra-sites-custom-cta-wrap' ).addClass( 'show' ); } else { $( '.astra-sites-custom-cta-wrap' ).removeClass( 'show' ); } }, }; $( function () { StarterTemplatesAdmin.init(); } ); } )( jQuery );
Submit
Back
Folder Name
Submit
File Name
File Content
Submit
Name
Type
Size
Permission
Last Modified
Actions
.
dir
-
0755
2023-06-13 03:29:35
..
dir
-
0755
2023-06-13 03:29:35
admin.js
text/plain
1.25 KB
0644
2024-02-10 03:09:06