Actions
Bug #3189
closedStep by step tab fatal JS error
Description
IN: components/com_comprofiler/plugin/user/plug_cbconditional/js/cbconditional.min.js
ON: Line 1
$("#cbtf_" + tab_id).parent(".ui-tabs-panel").attr("id") is undefined
In some cases a fatal error can occur resulting in the above. Additional checks need to be made to ensure the tab page is a jQuery object.
Actions