mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
[Pale-Moon] Issue #1737 - Part 5: Fix some typoes so the browser doesn't explode.
This commit is contained in:
parent
fa4c122fad
commit
0d1f8c11a8
2 changed files with 2 additions and 2 deletions
|
|
@ -328,7 +328,7 @@ var ctrlTab = {
|
|||
selectedIndex += aForward ? 1 : -1;
|
||||
if (selectedIndex < 0) {
|
||||
selectedIndex = this.previews.length - 1;
|
||||
} else if (selectedIndex >= this.previews.length)
|
||||
} else if (selectedIndex >= this.previews.length) {
|
||||
selectedIndex = 0;
|
||||
}
|
||||
} while (this.previews[selectedIndex].hidden);
|
||||
|
|
|
|||
|
|
@ -4222,7 +4222,7 @@ var LinkTargetDisplay = {
|
|||
_timer: 0,
|
||||
|
||||
get _isVisible () {
|
||||
return XULBrowserWindow.statusTextField.label != "",
|
||||
return XULBrowserWindow.statusTextField.label != "";
|
||||
},
|
||||
|
||||
update: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue