Skip to content

Commit

Permalink
A warning message for too-old browsers got a bad link
Browse files Browse the repository at this point in the history
  • Loading branch information
dascritch committed Aug 5, 2019
1 parent 53aa00a commit 410cd00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Corrections
* Some `.nosmall` elements weren't hidden
* Streamed media won't display their time-line
* Should accept a declared `lang` in `<html>` even in caps-lock
* A warning message for too-old browsers got a bad link


Back-end
Expand Down
2 changes: 1 addition & 1 deletion dist/cpu-audio.js

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

2 changes: 1 addition & 1 deletion dist/cpu-audio.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/90_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
function launch() {

if (!is_decent_browser_for_webcomponents()) {
warn(`WebComponent may NOT behave correctly on this browser. Only timecode hash links are activated.\nSee https://github.com/dascritch/cpu-audio/blob/master/index.html for details`);
warn(`WebComponent may NOT behave correctly on this browser. Only timecode hash links are activated.\nSee https://github.com/dascritch/cpu-audio/ for details`);
querySelector_apply(acceptable_selector, document.CPU.attach_events_audiotag);
document.body.classList.add('cpu-audio-without-webcomponents');
} else {
Expand Down

0 comments on commit 410cd00

Please sign in to comment.