Browse Source

增加无相关段落提示

visuddhinanda 4 năm trước cách đây
mục cha
commit
5877055cf8
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      public/app/term/related_para.js

+ 2 - 0
public/app/term/related_para.js

@@ -55,6 +55,8 @@ function related_para_dlg_render(para) {
 					"' target='_blank'>" +
 					iterator.title +
 					"</a>";				
+			}else{
+				output += "no relation paragraph";
 			}
 		}
 		output += "</div>";