gambitph / Titan-Framework

The easiest to use WordPress option framework.
http://www.titanframework.net
377 stars 137 forks source link

undefined js function for number option #412

Closed majick777 closed 5 years ago

majick777 commented 6 years ago

I'm getting undefined function in line 124 of /lib/class-option-number.php: `$( '.tf-number input[type=number]' ).on( 'keyup', .debounce( function() {` perhaps this debounce function part of the underscores library ?

bfintal commented 6 years ago

Yup it's part of the underscores library which is already enqueued.

I'll need more info please :)

majick777 commented 5 years ago

Cannot seem to reproduce this, guess it must have been a network glitch or conflict with another plugin.