]> git.wh0rd.org - tt-rss.git/commitdiff
hide collapse sidebar button by default
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 15 Jul 2013 11:00:36 +0000 (15:00 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 15 Jul 2013 11:00:36 +0000 (15:00 +0400)
index.php

index 222a87ccb8ed8daeb27f136af59ce793fccdbdb0..526ebe772bfaa62c845751b6148cffb354c3297e 100644 (file)
--- a/index.php
+++ b/index.php
 
                <button dojoType="dijit.form.Button" id="collapse_feeds_btn"
                        onclick="collapse_feedlist()"
-                       title="<?php echo __('Collapse feedlist') ?>" style="display : inline">
+                       title="<?php echo __('Collapse feedlist') ?>" style="display : none">
                        &lt;&lt;</button>
 
                <select name="view_mode" title="<?php echo __('Show articles') ?>"