소스 검색

:fire: 去掉进度曲线

visuddhinanda 3 년 전
부모
커밋
2470aff0d7
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      public/app/palicanon/palicanon.js

+ 3 - 1
public/app/palicanon/palicanon.js

@@ -768,6 +768,8 @@ function palicanon_render_chapter_row(chapter,isSub=false) {
     html +=  "</div>";
 	html += "</div>";
 	html += '<div class="title_right" >';
+    html += "<span></span>";
+    /*
     if(isSub){
         html += "<span></span>";
     }else{
@@ -785,7 +787,7 @@ function palicanon_render_chapter_row(chapter,isSub=false) {
         }
         html += "' />";
     }
-
+*/
 	html += "</div>";
 	html += "</div>";