|
@@ -34,10 +34,10 @@
|
|
|
$toggle = that.$toolbar.find('button[name="toggle"]'),
|
|
$toggle = that.$toolbar.find('button[name="toggle"]'),
|
|
|
$paginationSwitch = that.$toolbar.find('button[name="paginationSwitch"]');
|
|
$paginationSwitch = that.$toolbar.find('button[name="paginationSwitch"]');
|
|
|
|
|
|
|
|
-
|
|
|
|
|
if (document.activeElement === $search.get(0)) {
|
|
if (document.activeElement === $search.get(0)) {
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
switch (e.keyCode) {
|
|
switch (e.keyCode) {
|
|
|
case 83: //s
|
|
case 83: //s
|
|
|
if (!that.options.search) {
|
|
if (!that.options.search) {
|