Skip to content

Commit

Permalink
IE 6-9 Bug Fix
Browse files Browse the repository at this point in the history
79-ე ხაზზე katext-ის ნაცვლად, kach ცვლადი უნდა იყოს.. ამის გამო IE-ში ქართული კლავიატურა არ მუშაობდა : )
  • Loading branch information
Landish committed Nov 5, 2012
1 parent 72dc59a commit cc90c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.geokbd.js
Expand Up @@ -76,7 +76,7 @@ $.fn.geokbd = function(options) {

if (ch != kach) {
if ($.browser.msie) {
window.event.keyCode = kaText.charCodeAt(0);
window.event.keyCode = kach.charCodeAt(0);
} else {
pasteTo.call(kach, e.target);
e.preventDefault();
Expand Down

0 comments on commit cc90c2b

Please sign in to comment.