summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-07 00:12:22 +0400
committerAndrew Dolgov <[email protected]>2013-02-07 00:12:22 +0400
commit8853f0ed5b2988ff1db5c387fb97b5cfd7595aae (patch)
treeada1062596b64f0133d9803a9fc523375564341a /js
parent533bd7b73ffff77680dbef2df3dd56de371101c1 (diff)
switchPanelMode: fix typo
Diffstat (limited to 'js')
-rw-r--r--js/tt-rss.js2
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' });
}