PHP 8.2.31
Preview: notices.js Size: 1.41 KB
/proc/self/root/home/nshryvcy/himaltourism.com/wp-content/plugins/wpforms-lite/assets/js/admin/notices.js

/* global wpforms_admin_notices */

/**
 * WPForms Dismissible Notices.
 *
 * @since 1.6.7.1
 */

'use strict';

var WPFormsAdminNotices = window.WPFormsAdminNotices || ( function( document, window, $ ) {

	/**
	 * Public functions and properties.
	 *
	 * @since 1.6.7.1
	 *
	 * @type {object}
	 */
	var app = {

		/**
		 * Start the engine.
		 *
		 * @since 1.6.7.1
		 */
		init: function() {

			$( app.ready );
		},

		/**
		 * Document ready.
		 *
		 * @since 1.6.7.1
		 */
		ready: function() {

			app.events();
		},

		/**
		 * Dismissible notices events.
		 *
		 * @since 1.6.7.1
		 */
		events: function() {

			$( document ).on(
				'click',
				'.wpforms-notice .notice-dismiss, .wpforms-notice .wpforms-notice-dismiss',
				app.dismissNotice
			);
		},

		/**
		 * Dismiss notice event handler.
		 *
		 * @since 1.6.7.1
		 *
		 * @param {object} e Event object.
		 * */
		dismissNotice: function( e ) {

			const $element = $( e.target );

			if ( ! $element.hasClass( 'wpforms-review-out' ) ) {
				e.preventDefault();
			}

			$element.closest( '.wpforms-notice' ).remove();

			$.post(
				wpforms_admin_notices.ajax_url,
				{
					action: 'wpforms_notice_dismiss',
					nonce:   wpforms_admin_notices.nonce,
					id: 	 ( $element.closest( '.wpforms-notice' ).attr( 'id' ) || '' ).replace( 'wpforms-notice-', '' ),
				}
			);
		},
	};

	return app;

}( document, window, jQuery ) );

// Initialize.
WPFormsAdminNotices.init();

Directory Contents

Dirs: 10 × Files: 10

Name Size Perms Modified Actions
builder DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
challenge DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
education DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
email DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
forms DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
logger DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
pages DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
payments DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
share DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
splash DIR
- drwxr-xr-x 2025-01-05 05:34:51
Edit Download
1.53 KB lrw-r--r-- 2025-01-05 05:34:50
Edit Download
993 B lrw-r--r-- 2025-01-05 05:34:50
Edit Download
3.82 KB lrw-r--r-- 2025-01-05 05:34:50
Edit Download
2.01 KB lrw-r--r-- 2025-01-05 05:34:50
Edit Download
76.07 KB lrw-r--r-- 2025-01-05 05:34:50
Edit Download
38.12 KB lrw-r--r-- 2025-01-05 05:34:50
Edit Download
13.94 KB lrw-r--r-- 2025-01-05 05:34:51
Edit Download
7.32 KB lrw-r--r-- 2025-01-05 05:34:51
Edit Download
1.41 KB lrw-r--r-- 2025-01-05 05:34:51
Edit Download
656 B lrw-r--r-- 2025-01-05 05:34:51
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).