Explorar el Código

:fire: 去掉进度曲线

visuddhinanda hace 2 años
padre
commit
2470aff0d7
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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>";