Whenever I go into my admin panel for CGFeedback, I get the following error in my console window under Google Chrome 29.x
When I go the that location via the console window, its refering to this code...Uncaught TypeError: Object [object Object] has no method 'cluetip'
http://xxx/xxx/moduleinterface.php?mact ... 0completed
Code: Select all
if( typeof jQuery != 'undefined' ) {
jQuery(document).ready(function($) {
// tooltip plugins
$("a.tooltip").cluetip({local:true, cursor: 'pointer'});
$('#toggle_filter').on('click',function(){
$('#filterbox').toggle();
});
}); // end
}



