Skip to content

Commit

Permalink
A text updated
Browse files Browse the repository at this point in the history
  • Loading branch information
eakondratiev committed Jul 27, 2024
1 parent 9fac5d6 commit 0069d4b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion assets/speed.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* 2020-12-27 *
* 2021-12-05 * browser compatibility check; the .dataset replaced with .getAttribute().
* 2021-03-30 * messages are passed via options, set css classes to the message element.
* 2024-07-27 * "Cover the Distance" replaced with "Spanning the Distance".
*/
// ==ClosureCompiler==
// @compilation_level SIMPLE_OPTIMIZATIONS
Expand Down Expand Up @@ -260,7 +261,7 @@ function Speed(options) {
}

comparisonElement.innerHTML =
'<h2 class="comparison-header">Cover the Distance</h2>' +
'<h2 class="comparison-header">Spanning the Distance</h2>' +
text;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/speed.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</url>
<url>
<loc>https://eakondratiev.github.io/speed.htm</loc>
<lastmod>2024-06-17</lastmod>
<lastmod>2024-07-27</lastmod>
</url>
<url>
<loc>https://eakondratiev.github.io/ws.htm</loc>
Expand Down
4 changes: 2 additions & 2 deletions speed.htm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<link href="/assets/main.css?20230912" rel="stylesheet" type="text/css" />
<script src="/assets/menu.min.js?20240617"></script>
<script src="/assets/web-app.js"></script>
<script src="/assets/speed.min.js?20220520"></script>
<script src="/assets/speed.min.js?20240727"></script>
<style>
.speed-value {font-size: 1rem; padding:4pt;}
.speed-units {font-size: .8rem; margin:4pt 0 16pt 0;}
Expand Down Expand Up @@ -118,7 +118,7 @@ <h2 class="facts-header">Facts</h2>
<!-- <li><s>SQL clause</s> Santa Claus: <a href="?v=1046.1&amp;unit=kms">650 miles per second</a></li> -->
</ul>
<div class="page-tags">
<b>#Scale</b> <b>#Compare</b> <b>#Velocity</b>
<b>#Scale</b> <b>#Compare</b> <b>#Velocity</b> <b>#Time</b> <b>#Space</b>
</div>
</div>
</div>
Expand Down

0 comments on commit 0069d4b

Please sign in to comment.