List view instead of Grid view as standard

Hi there,

Is there any possibility to make the List view loaded as standard instead of the Grid view (shop)?

If so, how can I fix this? :-)

Many thanks!

I asked the same and this is what I was told

Add this line code $(’.list-filter’).click(); to jQuery(document).ready( function( ) { }); in orane.js

I couldn't make it work.