mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Bug 1137870 - Fix mismatching argument counts in permissions.js (partially)
This commit is contained in:
parent
6462ac2979
commit
8d0c3c72d3
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ var gPermissionManager = {
|
|||
// Re-do the sort, if the status changed from Block to Allow
|
||||
// or vice versa, since if we're sorted on status, we may no
|
||||
// longer be in order.
|
||||
if (this._lastPermissionSortColumn.id == "statusCol") {
|
||||
if (this._lastPermissionSortColumn == "statusCol") {
|
||||
this._resortPermissions();
|
||||
}
|
||||
this._tree.treeBoxObject.invalidate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue