CGFeedback issue in admin panel
Posted: Tue Aug 27, 2013 5:29 pm
I have cmsms 1.11.7 installed with CGFeedback 1.6
Whenever I go into my admin panel for CGFeedback, I get the following error in my console window under Google Chrome 29.x
Refreshing doesn't help. The error is still there. The only way to remove it is to travel to another link within the Content group. Other groups such as Layout, Users & Groups, Extensions, etc, are not clickable at this point.
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
}