summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-15 15:00:36 +0400
committerAndrew Dolgov <[email protected]>2013-07-15 15:00:36 +0400
commit618e80ee5e8757d2ecdd8fb21f89cf7385b663ee (patch)
treea0bcc61a01a65babbba041a1425c2eed11af19da /index.php
parent2aaff3b0da7c6faa39f24d3f24e263e7d17d9b3d (diff)
hide collapse sidebar button by default
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 222a87ccb..526ebe772 100644
--- a/index.php
+++ b/index.php
@@ -157,7 +157,7 @@
<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') ?>"