()
| 148 | } |
| 149 | |
| 150 | function toggleToc(){ |
| 151 | if ($("article").find(".markdown-toc-list li").length ==0 ) { |
| 152 | $(".article-toggle").addClass("hidden"); |
| 153 | }else{ |
| 154 | $(".article-toggle").removeClass("hidden"); |
| 155 | } |
| 156 | } |
| 157 | |
| 158 | function active_readed_menu(url){ |
| 159 | var links=$(".article-menu-detail a"); |
no test coverage detected