|
@@ -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 = [];
|
|
|
|