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

Commit

Permalink
Merge pull request #13 from WoodyLetsCode/v2.0.1
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
w00000dy authored Jun 1, 2020
2 parents 9207cd8 + 38f21ca commit 54e60eb
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 54e60eb

Please sign in to comment.