-
Notifications
You must be signed in to change notification settings - Fork 686
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12752 from rtibbles/blooming_ell
Fix various bugs in the Bloom Player implementation
- Loading branch information
Showing
10 changed files
with
835 additions
and
229 deletions.
There are no files selected for viewing
18 changes: 9 additions & 9 deletions
18
...m/bloomPlayer-d1be6dab31acb4a956a6.min.js → ...m/bloomPlayer-6034695c267e8cb6644a.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
<!doctype html> | ||
<!-- For this file to work it must have a param named "url" which points the folder containing the bloom book. For example, | ||
<iframe src="\bloomplayer.htm?url='https:\\example.com\mybook"></iframe> --> | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
</head> | ||
<body style="background-color: #2e2e2e"> | ||
<div id="root"><span style="color: #d65649">Loading Bloom Player...</span></div> | ||
<script | ||
type="text/javascript" | ||
src="bloomPlayer-d1be6dab31acb4a956a6.min.js" | ||
></script> | ||
</body> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
</head> | ||
<body style="background-color: #2e2e2e;"> | ||
<div id="root"></span></div> | ||
<script type="text/javascript" src="bloomPlayer-6034695c267e8cb6644a.min.js"></script></body> | ||
<!-- At build time, we insert a script tag pointing at bloomPlayer.min.js but with a hash created at build time, | ||
to avoid getting a stale version from a cache (while allowing us to cache it for a long time). | ||
It has a style sheet which sets the same color on the body, but it takes a while to fetch and load, | ||
so we reduce flicker by setting a background color explicitly. --> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.