Skip to content

Commit

Permalink
remove clibboard link
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayPrabhakaran committed Feb 6, 2024
1 parent e5a0699 commit 9f54d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SJPv6/www/sjp.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ function getPanchanga(date_time,longitude,latitude){

this.html+="<a href=\"javascript:getJHDStringEsc(params);\" download=\""+params['chartname']+".jhd\">Save JHD</a>";

this.html+="<a href=\"javascript:navigator.clipboard.writeText(getJHDStringEsc(params));\" > Copy JHD text</a>";
//this.html+="<a href=\"javascript:navigator.clipboard.writeText(getJHDStringEsc(params));\" > Copy JHD text</a>";

this.html+= "<style scoped type=\"text/css\"> body{background-color:#ffcc33;} input,select{background-color:#ffff99;} </style>";
this.html+= this.rasiHTML;
Expand Down

0 comments on commit 9f54d26

Please sign in to comment.