visuddhinanda 2 лет назад
Родитель
Сommit
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>";