diff --git a/index.html b/index.html
index 243ac1e0..5bc4b65d 100644
--- a/index.html
+++ b/index.html
@@ -14432,7 +14432,8 @@ function langKey(key,fallback,template) {
pixel.start = pixelTicks;
var elementInfo = elements[element];
if (elementInfo.burning == true) {
- burnPixel(pixel);
+ pixel.burning = true;
+ pixel.burnStart = pixelTicks;
}
else if (pixel.burning && !elementInfo.burn) {
delete pixel.burning;