summaryrefslogtreecommitdiffstats
path: root/js/jquery.multi-select.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/jquery.multi-select.js')
-rw-r--r--js/jquery.multi-select.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/jquery.multi-select.js b/js/jquery.multi-select.js
index eb0e758..f8e70a9 100644
--- a/js/jquery.multi-select.js
+++ b/js/jquery.multi-select.js
@@ -198,6 +198,10 @@
e.stopPropagation();
that.switchList($list);
return;
+ case 9:
+ if(e.shiftKey){
+ that.$element.trigger('focus');
+ }
}
});
},