소스 검색

edit text

ming 3 년 전
부모
커밋
1f77c4cabf
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      similar_web/index2.html

+ 7 - 1
similar_web/index2.html

@@ -341,7 +341,13 @@
           sitetitle.textContent = response.Title;
           countryrank.textContent = response.CountryRank;
           category.textContent = response.Category;
-          $('#maxflow').html(response.totalVisits)
+          if(response.totalVisits!=-1){
+            $('#maxflow').html(response.totalVisits)
+          }
+          else{
+            $('#maxflow').html("N/A")
+          }
+          
           key_ary = [];
           val_ary = [];