I'm not sure if this is a module issue or not, but I consistently get the following js error when using cluetips, even though they function properly. I am using lightbox, not thickbox, but I installed thickbox and it had no impact. Any help appreciated!

Uncaught ReferenceError: tb_init is not defined
$.cluetip.onShownodereference_formatters.js:19
$.fn.cluetip.each.cluetipShowjquery.cluetip.js:328
$.fn.cluetip.each.activate.ajaxSettings.completejquery.cluetip.js:240
completejquery.js:3655
jQuery.extend.ajax.onreadystatechangejquery.js:3607

Comments

joshuarr’s picture

OK, i commented out the function call at the end of nodereference_formatters.js:

// onShow: function() { tb_init('a.thickbox') } // Just an example how you could call desired function.

And voila, after 3 days of head banging, no more js error! Now my question is... what have I done?!