fixed notification styles for ie

This commit is contained in:
Luke Pulverenti 2013-07-15 21:36:18 -04:00
parent d2077f43d4
commit 120a1b467d
4 changed files with 13 additions and 7 deletions

View file

@ -49,7 +49,7 @@
</div>
<script type="text/javascript">
$('#loginForm').on('submit', LoginPage.onSubmit);
$('.loginForm').on('submit', LoginPage.onSubmit);
$('#manualLoginForm').on('submit', LoginPage.onManualSubmit);
</script>
</div>