From e61ac87a643a81493051915a62240d250a98f544 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 9 Aug 2018 18:54:24 +0000 Subject: [PATCH] add ; --- static/js/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora.js b/static/js/pandora.js index 73a1c4da..f683ecc7 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -169,7 +169,7 @@ appPanel gradient.style.right = 0; gradient.style.bottom = 0; // + 2 is a temporary fix for Chrome 26 - gradient.style.width = logoWidth + 2 + 'px' + gradient.style.width = logoWidth + 2 + 'px'; gradient.style.height = logoHeight + 2 + 'px'; gradient.style.margin = 'auto'; ['-moz-', '-ms-', '-o-', '-webkit-', ''].forEach(function(prefix) {