diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-02-07 00:12:22 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-02-07 00:12:22 +0400 |
| commit | 8853f0ed5b2988ff1db5c387fb97b5cfd7595aae (patch) | |
| tree | ada1062596b64f0133d9803a9fc523375564341a | |
| parent | 533bd7b73ffff77680dbef2df3dd56de371101c1 (diff) | |
switchPanelMode: fix typo
| -rw-r--r-- | js/tt-rss.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js index 264650c84..3a0504d55 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' }); } |