mirror of
https://github.com/gchq/CyberChef
synced 2025-01-06 01:28:48 +00:00
Merge pull request #1541 from KevinSJ/fix/baking-time-info
fix: incorrect hover on baking info
This commit is contained in:
commit
a045c4ffec
1 changed files with 0 additions and 1 deletions
|
@ -275,7 +275,6 @@ class StatusBarPanel {
|
||||||
bakingTime.textContent = this.timing.duration(this.tabNumGetter());
|
bakingTime.textContent = this.timing.duration(this.tabNumGetter());
|
||||||
|
|
||||||
const info = this.timing.printStages(this.tabNumGetter()).replace(/\n/g, "<br>");
|
const info = this.timing.printStages(this.tabNumGetter()).replace(/\n/g, "<br>");
|
||||||
bakingTimeInfo.setAttribute("title", info);
|
|
||||||
bakingTimeInfo.setAttribute("data-original-title", info);
|
bakingTimeInfo.setAttribute("data-original-title", info);
|
||||||
} else {
|
} else {
|
||||||
bakingTimeInfo.style.display = "none";
|
bakingTimeInfo.style.display = "none";
|
||||||
|
|
Loading…
Reference in a new issue