Open themightychris opened 6 years ago
Latest jquery spits an error out for $('#'), so this patch wraps everything that calls that in if ( opts.fallback_id )
$('#')
if ( opts.fallback_id )
Latest jquery spits an error out for
$('#')
, so this patch wraps everything that calls that inif ( opts.fallback_id )