From abe937bd78cee04a22fa21e1563c482d88c70c76 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 19 Jun 2018 11:43:52 +0200 Subject: [PATCH] Fix typo in newtab transformations.js --- application/palemoon/base/content/newtab/transformations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/palemoon/base/content/newtab/transformations.js b/application/palemoon/base/content/newtab/transformations.js index 4fb565fb95..978116182b 100644 --- a/application/palemoon/base/content/newtab/transformations.js +++ b/application/palemoon/base/content/newtab/transformations.js @@ -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");