Skip to content

Commit 7871957

Browse files
committed
Update bottomfloat.js
1 parent 2a9ca1e commit 7871957

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bottomfloat.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ function updateFloat() {
2020

2121
bottomFloat.classList.remove('modified');
2222

23-
if (pushWrapper.classList.contains('checked')) {
23+
}
24+
25+
if (pushWrapper.classList.contains('checked')) {
2426

25-
pushWrapper.classList.remove('checked');
27+
pushWrapper.classList.remove('checked');
2628

27-
}
28-
2929
}
3030

3131
// show selected file name

0 commit comments

Comments
 (0)