disable zoom level check

This commit is contained in:
Peter Cottle 2013-01-08 15:28:17 -08:00
parent 0e20ae0aa2
commit 015a17d015
3 changed files with 73 additions and 61 deletions

View file

@ -305,7 +305,7 @@ var iOSKeyboardView = Backbone.View.extend({
},
clicked: function() {
this.modalAlert.close();
this.modalAlert.die();
$('#commandTextField').focus();
}
});