Backing out part of the fix for bug 233142 which wasn't essential for fixing that bug. This code caused bug 235730.

This commit is contained in:
jst%mozilla.jstenback.com 2004-02-27 01:05:52 +00:00
Родитель 234b03e787
Коммит 8ce6429c12
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -208,9 +208,6 @@ nsJSEventListener::HandleEvent(nsIDOMEvent* aEvent)
aEvent->PreventDefault();
}
}
} else if (eventString.Equals(NS_LITERAL_STRING("onsubmit"))) {
// Don't submit any data if the event handler failed
aEvent->PreventDefault();
}
return rv;