NOX-ROOT-MARAZ Manager v2
PHP 8+ Secure
/
home
/
xiedrke
/
malino
/
wp-content
/
plugins
/
contact-form-7
/
includes
/
js
/
Name
Size
Perms
Actions
📁 jquery-ui
-
0755
Chmod
|
Delete
📄 html5-fallback.js
643 B
0644
Edit
|
Chmod
|
Delete
📄 index.asset.php
96 B
0644
Edit
|
Chmod
|
Delete
📄 index.js
13,452 B
0644
Edit
|
Chmod
|
Delete
Editing: html5-fallback.js
( function( $ ) { $( function() { var supportHtml5 = ( function() { var features = {}; var input = document.createElement( 'input' ); var inputTypes = [ 'date' ]; $.each( inputTypes, function( index, value ) { input.setAttribute( 'type', value ); features[ value ] = input.type !== 'text'; } ); return features; } )(); if ( ! supportHtml5.date ) { $( 'input.wpcf7-date[type="date"]' ).each( function() { $( this ).datepicker( { dateFormat: 'yy-mm-dd', minDate: new Date( $( this ).attr( 'min' ) ), maxDate: new Date( $( this ).attr( 'max' ) ) } ); } ); } } ); } )( jQuery );
Cancel