Skip to content

Commit a9533ff

Browse files
committed
Apply cleanup to title code too
1 parent c8a589e commit a9533ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

big.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ window.onload = function() {
1919
e.style.fontSize = (i -= 10) + 'px';
2020
}
2121
if (window.location.hash !== n) window.location.hash = n;
22-
document.title = s[n].textContent || s[n].innerText;
22+
document.title = e.textContent || e.innerText;
2323
}
2424
document.onclick = function() {
2525
go(++cur % (s.length));

0 commit comments

Comments
 (0)