Skip to content

Commit 066cf47

Browse files
removed bug for > as it was due to sjp.html loading. and space not permitted in parameters
1 parent 5e17185 commit 066cf47

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

SJPv6/www/SJPdasa.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TITLE> SJP Dasa</TITLE>
44
</HEAD>
55
<BODY onload="javascript:init()" id=contents>
6-
<script src="SJP.html" ></script>
6+
<!--script src="___OLD___SJP.html" ></script-->
77
<form id=forminput method=get>
88
<table id=formtable cellspacing=0 cellpadding=0 border=0>
99
<tr><td>Desc:</td>

SJPv6/www/sjp.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ function getPanchanga(date_time,longitude,latitude){
661661
}
662662
chart.sort(function(a,b){return a.order - b.order;});
663663

664-
this.html+= "<a href=SJPdasa.htm?desc=Vimshottari Dasa%20&sphuta="+escape(chart[2].long)+"&timezone="+encodeURIComponent(TimeZoneOffset)+
664+
this.html+= "<a href=SJPdasa.htm?desc=Vimshottari%20Dasa&sphuta="+escape(chart[2].long)+"&timezone="+encodeURIComponent(TimeZoneOffset)+
665665
"&datetime="+encodeURIComponent(this.date_time.toString())+"&antaradasha=1&ayush=120&submit=Calculate>Moon Vimshottari Dasa</a></br>";
666666

667667
this.html =this.html +"</tr></table>"+
@@ -1774,7 +1774,8 @@ function init(){
17741774
document.getElementById("day").value=b_date.getDate();
17751775
document.getElementById("month").value=b_date.getMonth()+1;
17761776
document.getElementById("year").value=b_date.getFullYear();
1777-
initCurrentHMSDMY();
1777+
console.log("enter init:initCurrentHMSDMY");
1778+
initCurrentHMSDMY();
17781779
var tstring=formatTimeSS(today);
17791780
if(params["day"]!==undefined){
17801781
formids=["day","month","year"];

0 commit comments

Comments
 (0)