hide replay on screenshot, gave better name to screenshot button

This commit is contained in:
lukew3 2021-05-12 17:17:40 -04:00
parent fdef8f9efd
commit fbbc15a8bd
3 changed files with 3 additions and 2 deletions

View file

@ -184,6 +184,7 @@ export function colorful(tc) {
}
export function screenshot() {
$("#resultReplay").addClass("hidden");
$(".pageTest .ssWatermark").removeClass("hidden");
$(".pageTest .buttons").addClass("hidden");
let src = $("#middle");

View file

@ -2272,7 +2272,7 @@ key {
#restartTestButton,
#showWordHistoryButton,
#copyResultToClipboardButton,
#saveScreenshotButton,
#restartTestButtonWithSameWordset,
#nextTestButton,
#practiseMissedWordsButton,

View file

@ -1505,7 +1505,7 @@
<i class="fas fa-fw fa-backward"></i>
</div>
<div
id="copyResultToClipboardButton"
id="saveScreenshotButton"
aria-label="Save screenshot"
data-balloon-pos="down"
tabindex="0"