Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages
This commit is contained in:
commit
fbad6a5a30
@ -633,7 +633,7 @@ window.chat.setupTime = function() {
|
||||
|
||||
|
||||
window.chat.setupPosting = function() {
|
||||
$('#chatinput input').keypress(function(event) {
|
||||
$('#chatinput input').keydown(function(event) {
|
||||
try{
|
||||
|
||||
var kc = (event.keyCode ? event.keyCode : event.which);
|
||||
|
Loading…
x
Reference in New Issue
Block a user