Skip to content

Commit

Permalink
android keyboard fix (#79)
Browse files Browse the repository at this point in the history
* android keyboard fix

* Revert "android keyboard fix"

This reverts commit f967ddd.

* Revert "android keyboard fix"

This reverts commit f967ddd.

* Revert "android keyboard fix"

* Revert "android keyboard fix"
for real, this time
  • Loading branch information
Leo Pizzolante authored and truckingsim committed Jun 24, 2016
1 parent ea644ca commit f9718c5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/js/ajaxSelectPicker.defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ $.fn.ajaxSelectPicker.defaults = {
* 39: "right",
* 38: "up",
* 40: "down",
* 91: "meta",
* 229: "unknown"
* 91: "meta"
* }
* ```
*/
Expand All @@ -126,8 +125,7 @@ $.fn.ajaxSelectPicker.defaults = {
39: "right",
38: "up",
40: "down",
91: "meta",
229: "unknown"
91: "meta"
},

/**
Expand Down

0 comments on commit f9718c5

Please sign in to comment.