Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
Co-authored-by: MatBayern
  • Loading branch information
Woody committed Jun 1, 2020
1 parent 33974ea commit 38f21ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/js/abfragen.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ function aendern2(r, g, b) {
document.getElementById("dings").classList.remove('Fire');

}
function Fire()
{
document.getElementById("dings").innerHTML = "Fire";
document.getElementById("dings").classList.remove('colorchangeFast');
document.getElementById("dings").classList.add('Fire');
}

//Methods caller
sync();

0 comments on commit 38f21ca

Please sign in to comment.