mirror of
https://github.com/turbomaster95/coderrrrr.git
synced 2025-05-09 11:50:51 +00:00
Update bucket.html
This commit is contained in:
parent
cbe7a106ed
commit
2a26a988f6
@ -192,8 +192,7 @@
|
||||
var i = 0,
|
||||
length = string.length;
|
||||
for (i; i < length; i++) {
|
||||
parent.innerHTML += " < span style = '--n:"+ (100 * i - 10000 + '
|
||||
ms ') + ";' > " + string[i] + " < /span>";
|
||||
parent.innerHTML += "<span style = '--n:"+ (100 * i - 10000 + 'ms') + ";' > " + string[i] + "</span>";
|
||||
}
|
||||
}
|
||||
funheader()
|
||||
|
Loading…
x
Reference in New Issue
Block a user