# hostinger/2.1.6/src/js/global-scripts.js

Hostinger Tools, version 2.1.6. 15 lines.

- Page: https://pluginprobe.com/plugins/hostinger/2.1.6/code/src/js/global-scripts.js
- Raw: https://pluginprobe.com/plugins/hostinger/2.1.6/raw/src/js/global-scripts.js
- Modified: 2024-03-15T08:53:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/hostinger/2.1.6/code/src/js/global-scripts.js#L10-L20`.

```javascript
import './autocomplete_steps'

(function ($) {

	$(document).on('ready', function () {
		const nonce = $('#hts_close_omnisend_nonce').val();
		$('.hts-omnisend .notice-dismiss').on('click', function() {
			$.post(ajaxurl, { action: 'hostinger_dismiss_omnisend_notice', nonce: nonce });
			$('.hts-omnisend').remove();
		});

	});

})(jQuery);

```
