HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/s/l/y/slyfwmm/pianob/wp-content/plugins/hbook/admin-pages/pages/misc/misc.js
jQuery( document ).ready( function( $ ) {

	$( '.hb-import-settings' ).click( function() {
		$( '.hb-import-settings' ).blur();
		if ( $( '#hb-import-settings-file' ).val() == '' ) {
			alert( hb_text.choose_file );
			return false;
		}
		if ( confirm( hb_text.import_confirm_text ) ) {
			$( '#hb-import-export-action' ).val( 'import-settings' );
			$( '#hb-settings-form' ).submit();
		} else {
			return false;
		}
	});

	$( '.hb-export-settings' ).click( function() {
		$( this ).blur();
		$( '#hb-import-export-action' ).val( 'export-settings' );
		$( '#hb-settings-form' ).submit();
		$( '#hb-import-export-action' ).val( '' );
		return false;
	});
});