Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 40: | Rivi 40: | ||
jQuery( '.jwImageSelect_focalpointX' ).each( function() { | jQuery( '.jwImageSelect_focalpointX' ).each( function() { | ||
console.log( 'dddd' ); | |||
const me = jQuery( this ); | const me = jQuery( this ); | ||
console.log( me.val() ); | console.log( me.val() ); | ||
if ( | if ( !me.val() ) { me.val( '50' ); } | ||
}); | }); | ||


