Quantcast
Channel: Discussions - T3 - Joomla Template Framework
Viewing all articles
Browse latest Browse all 3483

fn.tooltip.constructor.defaults

$
0
0
I installed the newest T3 framework, and line 185 of the script is not defined. can you please help fix the script?


// overwrite default tooltip/popover behavior (same as Joomla 3.1.5)
$.fn.tooltip.Constructor && $.fn.tooltip.Constructor.DEFAULTS && ($.fn.tooltip.Constructor.DEFAULTS.html = true);
$.fn.popover.Constructor && $.fn.popover.Constructor.DEFAULTS && ($.fn.popover.Constructor.DEFAULTS.html = true);
$.fn.tooltip.defaults && ($.fn.tooltip.defaults.html = true);
$.fn.popover.defaults && ($.fn.popover.defaults.html = true);Title


screen shot of the error is attached.

Viewing all articles
Browse latest Browse all 3483

Trending Articles