Browse Source

:fire: 去掉进度曲线

visuddhinanda 3 năm trước cách đây
mục cha
commit
2470aff0d7
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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>";