зеркало из https://github.com/mozilla/pjs.git
Bug 199234 - Ctrl+Shift+Tab and ctrl-pgup don't work on the first tab
r=rginda chatzilla only
This commit is contained in:
Родитель
e26e87ed90
Коммит
6317a1334b
|
@ -819,6 +819,8 @@ function cycleView (amount)
|
|||
|
||||
var vk = Number(tb.getAttribute("viewKey"));
|
||||
var destKey = (vk + amount) % len; /* wrap around */
|
||||
if (destKey < 0)
|
||||
destKey += len;
|
||||
|
||||
setCurrentObject (client.viewsArray[destKey].source);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче