Upgrade to Xinha 0.931. Xinha has been optimized for size and dozens of issues have been closed
out since the last upgrade . Add Firefox and Xinha buttons to main page to show our support.
This commit is contained in:
@@ -27,7 +27,7 @@ function onOK() {
|
||||
for (var i in required) {
|
||||
var el = document.getElementById(i);
|
||||
if (!el.value) {
|
||||
alert(required[i]);
|
||||
alert(HTMLArea._lc(required[i],"Forms"));
|
||||
el.focus();
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user