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
~
/
home
/
emranchoice
/
roomellotravel.com
/
wp-content
/
plugins
/
pro-elements
/
license
/
assets
/
js
[ HOME ]
Exec
Submit
File Name : admin.js
export default class Module extends elementorModules.Module { #actionLinks = [ { href: 'elementor_pro_renew_license_menu_link', external_url: 'https://go.elementor.com/wp-menu-renew/', }, { href: 'elementor_pro_upgrade_license_menu_link', external_url: 'https://go.elementor.com/go-pro-advanced-elementor-menu/', }, ]; onInit() { this.assignMenuItemActions(); } assignMenuItemActions() { window.addEventListener( 'DOMContentLoaded', () => { this.#actionLinks.forEach( ( item ) => { const link = document.querySelector( `a[href="${ item.href }"]` ); if ( ! link ) { return; } link.addEventListener( 'click', ( e ) => { e.preventDefault(); window.open( item.external_url, '_blank' ); } ); } ); } ); } }
Back
Folder Name
Submit
File Name
File Content
Submit
Name
Type
Size
Permission
Last Modified
Actions
.
dir
-
0755
2025-05-18 12:58:02
..
dir
-
0755
2025-05-18 12:58:02
admin.js
text/plain
778 B
0644
2025-05-18 12:55:27