]> git.wh0rd.org - tt-rss.git/commitdiff
switchPanelMode: fix typo
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 6 Feb 2013 20:12:22 +0000 (00:12 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 6 Feb 2013 20:12:22 +0000 (00:12 +0400)
js/tt-rss.js

index 264650c840e1658c3a5671f1d0681e03733b603b..3a0504d5594a328f8298da9d5792ff5c970dd28f 100644 (file)
@@ -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' });
                }