mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-05-06 21:42:15 +02:00
fix js
This commit is contained in:
@@ -6,7 +6,7 @@ function onready(f) {
|
||||
}
|
||||
|
||||
function ready() {
|
||||
for (var f in _onreadyfuncs) f();
|
||||
for(var idx = 0; idx < _onreadyfuncs.length; idx++) _onreadyfuncs[idx]();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user