Active
Project:
Node Reference formatters
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2011 at 01:06 UTC
Updated:
4 Sep 2011 at 01:11 UTC
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
Comment #1
joshuarr commentedOK, 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?!