Skip to content

Commit

Permalink
revthi
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayPrabhakaran committed Sep 20, 2023
1 parent bed5c4e commit 0ad2688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SJPv6/www/SJPdasa.htm
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
i=(antaradasha==1)?i+1*starting:i;
//alert(i);
for(k=1;k<10;++k){
++i;if(i>27)i=1;//i is the dasa index
++i;if(i>27)i=i-27//1;//i is the dasa index
var dasa_end = new Date();
var eventdatetime = new Date();
eventdatetime.setTime(d.getTime()+1);
Expand Down

0 comments on commit 0ad2688

Please sign in to comment.