Skip to content

Commit

Permalink
Merge pull request #38 from ihor-sviziev/patch-9
Browse files Browse the repository at this point in the history
Hide toolbar by default
  • Loading branch information
gsomoza authored Sep 10, 2019
2 parents 986f601 + 15c5bda commit 660dc44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
<items_grid>.product-item</items_grid>
<items_list>.product-item</items_list>
<loading>.column.main</loading>
<toolbar>.toolbar</toolbar>
<toolbar>.toolbar:not(:first)</toolbar>
<pagination>.toolbar .pages</pagination>
</selectors>
<design>
<loading_img><![CDATA[]]></loading_img>
<loading_text><![CDATA[<em>Loading products...</em>]]></loading_text>
<done_text><![CDATA[<em>Congratulations, you've reached the end of the internet.</em>]]></done_text>
<hide_toolbar>0</hide_toolbar>
<hide_toolbar>1</hide_toolbar>
<local_mode>0</local_mode>
<extra_scroll_px>150</extra_scroll_px>
<buffer_px>150</buffer_px>
Expand Down

0 comments on commit 660dc44

Please sign in to comment.