rjy7 2010-07-22 15:57:42 +00:00
parent cb15494b95
commit 112c2946cb
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ var customForm = {
if (this.disableWrapper.length) {
if (vitro.browserUtils.isIELessThan8()) {
this.disableWrapper.show();
$('form.noIE67').hide();
$('.noIE67').hide();
return true;
}
}