From 8853f0ed5b2988ff1db5c387fb97b5cfd7595aae Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 7 Feb 2013 00:12:22 +0400 Subject: [PATCH] switchPanelMode: fix typo --- js/tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tt-rss.js b/js/tt-rss.js index 264650c8..3a0504d5 100644 --- a/js/tt-rss.js +++ b/js/tt-rss.js @@ -926,7 +926,7 @@ function switchPanelMode(wide) { dijit.byId("content-insert").domNode.setStyle({width: 'auto', height: '50%', borderLeftWidth: '0px', - borderTopWidthidth: '1px'}); + borderTopWidth: '1px'}); $("headlines-toolbar").setStyle({ borderBottomWidth: '1px' }); } -- 2.39.2