Skip to content

Commit

Permalink
modified: htdocs/fitswebql/fitswebql.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Oct 27, 2020
1 parent 09077af commit ad3ef24
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions htdocs/fitswebql/fitswebql.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function get_js_version() {
return "JS2020-10-27.1";
return "JS2020-10-27.2";
}

const wasm_supported = (() => {
Expand Down Expand Up @@ -396,10 +396,12 @@ function getShadowStyle() {
if (theme == 'bright')
return "black";// was purple
else
return "yellow";//was red
//return "yellow";//was red
return "rgba(255,204,0,1.0)"; // light amber
}
else {
return "yellow";
//return "yellow";
return "rgba(255,204,0,1.0)"; // light amber
};
}

Expand Down

0 comments on commit ad3ef24

Please sign in to comment.