From: Andrew Dolgov Date: Wed, 6 Feb 2013 20:12:22 +0000 (+0400) Subject: switchPanelMode: fix typo X-Git-Tag: 1.7.0~8 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8853f0ed5b2988ff1db5c387fb97b5cfd7595aae;p=tt-rss.git switchPanelMode: fix typo --- 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' }); }