Skip to content

Commit

Permalink
remove degrees in amsha chakra
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayPrabhakaran committed Apr 4, 2024
1 parent 8459ff7 commit 262100e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SJPv6/www/SJPamsha.htm
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
'<div id=charts>'
+document.getElementById("charts").innerHTML
+editlink
+getChart(chart,params['Division'],params['Division'])
+getChart(chart,params['Division'],params['Division'],5,false);
+'</div>'
;
document.close();
Expand Down
2 changes: 1 addition & 1 deletion SJPv6/www/sjp.js
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@ function init(){

places_c = getCookie('placeslist');
if(places_c===""){
places_c="Puri#-85.83;19.81;5.5&New Delhi#-77.208833;28.613806;5.5&Chennai#-80.23;13.5;5.5&WashingtonDC#77.0366;38.8977;-5.0";
places_c="Ujjain#-75.769;23.1833;5.5&Puri#-85.83;19.81;5.5&New Delhi#-77.208833;28.613806;5.5&Chennai#-80.23;13.5;5.5&WashingtonDC#77.0366;38.8977;-5.0";
}
populatePlacesList(places_c);
window.status="Intialised Form";
Expand Down

0 comments on commit 262100e

Please sign in to comment.