Line 53: | Line 53: | ||
if ( $('.tl_section_content:visible').length == 0) { | if ( $('.tl_section_content:visible').length == 0) { | ||
− | htmlString = htmlString.replace('▼',' | + | htmlString = htmlString.replace('▼',' ▶ '); |
+ | $(".ti_section_title").html(htmlString); | ||
+ | } | ||
+ | |||
+ | |||
+ | else { | ||
+ | htmlString = htmlString.replace('▶',' ▼ '); | ||
$(".ti_section_title").html(htmlString); | $(".ti_section_title").html(htmlString); | ||
} | } |
Revision as of 18:32, 7 January 2016
▼ General
text