Hi,
After deactivating Cufon on Method setting, I noticed that "Popular posts" & "Related posts" links was not working anymore (acting like # links while they should reveal the tab content).
I just found inspecting the code the following error:
ReferenceError: Can't find variable: Cufon --> custom.js:25
In my custom file, it's the following function Cufon.refresh():
if(jQuery('ul.blog_tabs').length > 0){
jQuery('ul.blog_tabs').tabs('> .blog_tabs_content');
jQuery('ul.blog_tabs').data('tabs').onClick(function(index) {
Cufon.refresh();
});
}
Any solution to avoid commenting this function? (I could need it by reactivating Cufon)
Any other place I've not yet detected were a problem could happened related to Cufon deactivation?
Thanks













