Skip to content

Commit

Permalink
cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
untergasser committed Aug 1, 2023
1 parent 59e07f2 commit 3e3839b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>RDML-Tools | GEAR</title>
<meta name="description" content="Tools to handle RDML files.">
<meta name="description" content="Analyze qPCR data.">
<link rel="stylesheet" href="static/libs/bootstrap/4.0.0/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="static/libs/fontawesome-free-6.2.1-web/css/all.min.css">
<link rel="stylesheet" href="static/css/gear.css">
Expand All @@ -16,7 +16,7 @@
<header class="px-0 py-4">
<div class="container">
<h1 class="display-4 app-name">RDML-Tools</h1>
<p class="lead">Tools to handle RDML files.</p>
<p class="lead">Analyze qPCR data.</p>
<a class="plain" href="help.html" target="_blank">
<i class="fas fa-question"></i> Get help
</a>
Expand Down
2 changes: 1 addition & 1 deletion client/src/static/js/rdml_bargraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ function createCoordinates () {
}
} else {
var sumVal = window.winYst
var yLogStep = window.winYstep
var yLogStep = window.winYstep
var dispRange = Math.log10(window.winYend) - Math.log10(sumVal)
for (var i = 0; (sumVal + i * yLogStep) < window.winYend ; i++) {
if ((sumVal + i * yLogStep) / yLogStep >= 10) {
Expand Down

0 comments on commit 3e3839b

Please sign in to comment.