We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a589e commit a9533ffCopy full SHA for a9533ff
big.js
@@ -19,7 +19,7 @@ window.onload = function() {
19
e.style.fontSize = (i -= 10) + 'px';
20
}
21
if (window.location.hash !== n) window.location.hash = n;
22
- document.title = s[n].textContent || s[n].innerText;
+ document.title = e.textContent || e.innerText;
23
24
document.onclick = function() {
25
go(++cur % (s.length));
0 commit comments