Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-10-18 10:39:41 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-10-18 10:39:41 +0400
commitba2a99e7c440e6dd88bcb33501a7ba790ceec445 (patch)
tree809817945c2babc41853836c9d048135894d5b29 /docs/assets/js/bootstrap.js
parent45046544a671b5bb27f1631c9a1bef453b3ca325 (diff)
don't lookup typeahead when shift alt or ctrl are pushed
Diffstat (limited to 'docs/assets/js/bootstrap.js')
-rw-r--r--docs/assets/js/bootstrap.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js
index cbad9b939e..72035ecb1b 100644
--- a/docs/assets/js/bootstrap.js
+++ b/docs/assets/js/bootstrap.js
@@ -1839,6 +1839,9 @@
switch(e.keyCode) {
case 40: // down arrow
case 38: // up arrow
+ case 16: // shift
+ case 17: // ctrl
+ case 18: // alt
break
case 9: // tab