Migrate old externs 4/x

This commit is contained in:
2026-06-15 05:38:17 +08:00
parent 7cdcd3b681
commit 4f2131e317
21 changed files with 199 additions and 96 deletions
+3 -3
View File
@@ -327,9 +327,9 @@
Cycle.delay( function()
{
this.innerHTML = "Recaptcha failure";
this.style.height = "1.2em";
}.bind(f), 500 );
cBubble.setColor("red");
cBubble.pop("Recaptcha failure");
}, 500 );
Cycle.delay(function (){cBubble.blurp();}, 500);
}