Fix keys quirks for different browsers

This commit is contained in:
Tor Hveem 2013-10-11 16:24:25 +02:00
commit 2ee29923c1
2 changed files with 7 additions and 5 deletions

View file

@ -18,7 +18,7 @@
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
</head>
<body ng-controller="WeechatCtrl" ng-keypress="handleKeyPress($event)">
<body ng-controller="WeechatCtrl" ng-keydown="handleKeyPress($event)">
<div ng-hide="connected" class="container">
<h2>
<img src="img/favicon.png">