mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Fix typo in newtab transformations.js
This commit is contained in:
parent
d767e24977
commit
abe937bd78
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ var gTransformation = {
|
|||
|
||||
let style = aSite.node.style;
|
||||
let comp = getComputedStyle(aSite.node, null);
|
||||
style.width = comp.getPropertyValue("width")
|
||||
style.width = comp.getPropertyValue("width");
|
||||
style.height = comp.getPropertyValue("height");
|
||||
|
||||
aSite.node.setAttribute("frozen", "true");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue