Skip to content

Commit 7eef0cc

Browse files
degress sphuta
1 parent 0524386 commit 7eef0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SJPv6/www/sjp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ function getPanchanga(date_time,longitude,latitude){
638638
this.html =this.html + "<table style='border:1px;'><tr><th><b><small>Graha</small></b></th><th><b><small> sRasi d&deg; mm</small></b></th><th><b><small>Bhava</small></b></th><th><b><small>longitude</small></b></th><th><small>ChK</small></th></tr>";
639639
//chart.sort(function(a,b){return a.long - b.long;});
640640
for(i=0;i<10;++i){
641-
this.html =this.html + "<tr><td><b>"+chart[i].text+chart[i].retro+"</b></td><td>" +toSignDeg(chart[i].long)+ "</td><td> ("+(chart[i].bhava)+")</td><td>"+toDeg(chart[i].long)+"</td><td>"+chart[i].ck+"</td></tr>";
641+
this.html =this.html + "<tr><td><b>"+chart[i].text+chart[i].retro+"</b></td><td>" +toSignDeg(chart[i].long)+ "</td><td> ("+(chart[i].bhava)+")</td><td>"+chart[i].long.toFixed(3)+"</td><td>"+chart[i].ck+"</td></tr>";
642642
}
643643
chart.sort(function(a,b){return a.order - b.order;});
644644

0 commit comments

Comments
 (0)