Skip to content

Commit f3913fa

Browse files
authored
Rename pulseInterval to pulseState
1 parent c3f146c commit f3913fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/installer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function loadingImg(phase) {
1515
img.style.maskSize = 'contain';
1616
}
1717

18-
let pulseInterval = null;
18+
let pulseState = null;
1919
function pulse(state) {
2020
const img = document.querySelector('.logo-img');
2121
if (!img) return;

0 commit comments

Comments
 (0)