Linux webm017.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid x86_64
PHP/7.4.33
服务器IP :
10.130.20.17
& 您的IP :
216.73.217.47
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
budomat.net.pl_backup
/
wp-content
/
plugins
/
wpforms-lite
/
assets
/
js
/
admin
/
splash
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
modal.js
2.54 KB
-rw-r--r--
2025-10-30 08:13
modal.min.js
1.41 KB
-rw-r--r--
2025-10-30 08:13
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
modal.js
/* global wpforms_splash_data, ajaxurl */ /** * WPForms What's New. * * @since 1.8.7 */ const WPSplash = window.WPSplash || ( function( document, window, $ ) { /** * Public functions and properties. * * @since 1.8.7 * * @type {Object} */ const app = { /** * Initialize. * * @since 1.8.7 */ init() { $( app.ready ); }, /** * Document ready. * * @since 1.8.7 */ ready() { app.events(); if ( wpforms_splash_data.triggerForceOpen ) { app.openModal(); } }, /** * Events. * * @since 1.8.7 */ events() { $( document ) .on( 'click', '.wpforms-splash-modal-open', function( e ) { e.preventDefault(); app.openModal(); } ); }, /** * Open the modal. * * @since 1.8.7 */ openModal() { $.alert( { title: false, content: wp.template( 'wpforms-splash-modal-content' )(), icon: false, closeIcon: true, boxWidth: '1000px', theme: 'modern', useBootstrap: false, scrollToPreviousElement: false, buttons: false, backgroundDismiss: true, offsetTop: 50, offsetBottom: 50, animation: 'opacity', closeAnimation: 'opacity', animateFromElement: false, onOpenBefore() { const scrollbarWidth = ( window.innerWidth - document.body.clientWidth ) + 'px'; $( 'body' ) .addClass( 'wpforms-splash-modal' ) .css( '--wpforms-body-scrollbar-width', scrollbarWidth ); $( '.wpforms-challenge-popup-container' ).addClass( 'wpforms-invisible' ); setTimeout( () => { if ( navigator.userAgent.includes( 'Safari' ) && ! navigator.userAgent.includes( 'Chrome' ) ) { $( 'html, body' ).animate( { scrollTop: 0 }, 0 ); } $( '.jconfirm-box-container' ) .css( 'padding-top', '50px' ) .animate( { opacity: 1 }, 30 ); }, 0 ); }, onOpen() { $( '.jconfirm' ).css( 'bottom', 0 ); $( '.wpforms-dash-widget-welcome-block' ).remove(); app.dismissDashboardWidgetBanner(); }, onDestroy() { $( 'body' ) .removeClass( 'wpforms-splash-modal' ) .css( '--wpforms-body-scrollbar-width', null ); }, } ); }, /** * Dismiss the dashboard widget banner. * * @since 1.9.0 */ dismissDashboardWidgetBanner() { const data = { _wpnonce: wpforms_splash_data.nonce, action : 'wpforms_dash_widget_save_widget_meta', meta: 'hide_welcome_block', value: 1, }; $.post( ajaxurl, data ); }, }; // Provide access to public functions/properties. return app; }( document, window, jQuery ) ); WPSplash.init();
关闭
保存