Kaynağa Gözat

:bug: isSub

visuddhinanda 2 yıl önce
ebeveyn
işleme
886665e01a
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      public/app/palicanon/palicanon.js

+ 2 - 2
public/app/palicanon/palicanon.js

@@ -769,6 +769,8 @@ function palicanon_render_chapter_row(chapter,isSub=false) {
 	html += "</div>";
 	html += "</div>";
 	html += '<div class="title_right" >';
 	html += '<div class="title_right" >';
     if(isSub){
     if(isSub){
+        html += "<span></span>";
+    }else{
         html += "<img class='chapter_dynamic_svg' src='/api/v2/progress-img/-chapter_dynamic-";
         html += "<img class='chapter_dynamic_svg' src='/api/v2/progress-img/-chapter_dynamic-";
         html += chapter.book + "-";
         html += chapter.book + "-";
         if(chapter.paragraph){
         if(chapter.paragraph){
@@ -782,8 +784,6 @@ function palicanon_render_chapter_row(chapter,isSub=false) {
             html += "-global";
             html += "-global";
         }
         }
         html += "' />";
         html += "' />";
-    }else{
-        html += "<span></span>";
     }
     }
 
 
 	html += "</div>";
 	html += "</div>";