Skip to content

Commit

Permalink
with dates debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayPrabhakaran committed Dec 22, 2023
1 parent 19b4f8e commit 253c8cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SJPv6/www/SJP.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="icon" type="image/x-icon" href="img/logo.png">
</HEAD>
<BODY id=contents onload="javascript:init()">
<style scoped type="text/css"> body{background-color:#ffcc33;} input,select{background-color:#ffff99;}
<style scoped type="texmt/css"> body{background-color:#ffcc33;} input,select{background-color:#ffff99;}
</style>
<form id=datetimeplace method=get>
<table id=inputtable >
Expand Down
1 change: 1 addition & 0 deletions SJPv6/www/sjp.js
Original file line number Diff line number Diff line change
Expand Up @@ -1497,6 +1497,7 @@ function getGrahasEph(date_time,lat,lon){

this.grahas[8]=body.position.apparentLongitude;
console.log(body.position);
console.log("****************\ndate:",date,"date2",date2,"grahas:",this.grahas)
}

///
Expand Down

0 comments on commit 253c8cb

Please sign in to comment.