| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/number.js.tar |
plugins/themeisle-companion/obfx_modules/beaver-widgets/custom-fields/number-field/number.js 0000604 00000000323 15114543522 0036525 0 ustar 00 home/xbodynamge/crosstraining/wp-content /* global FLBuilder */
( function ( $ ) {
$( 'body' ).delegate(
'.obfx-number-field', 'change', function ( e ) {
$.proxy( FLBuilder.preview.delayPreview( e ), FLBuilder.preview );
}
);
} )( jQuery );
plugins/themeisle-companion/obfx_modules/beaver-widgets/custom-fields/number-field/number.js 0000644 00000000323 15115327220 0034416 0 ustar 00 home/xbodynamge/dev/wp-content /* global FLBuilder */
( function ( $ ) {
$( 'body' ).delegate(
'.obfx-number-field', 'change', function ( e ) {
$.proxy( FLBuilder.preview.delayPreview( e ), FLBuilder.preview );
}
);
} )( jQuery );