Skip to content

Instantly share code, notes, and snippets.

@tomwolber
Created July 11, 2014 17:38
Show Gist options
  • Save tomwolber/26a0285096e1929e7ce1 to your computer and use it in GitHub Desktop.
Save tomwolber/26a0285096e1929e7ce1 to your computer and use it in GitHub Desktop.
if (/categories/.test($('body').data('path')) && $('nav.link-bar h3').length === 1) {
$(window).on('SSReady', function(){
//soysauce.widgets[0].button.click();
//$('nav.link-bar').data('ss-state', 'open');
//$('nav.link-bar .subcategories').data('ss-state', 'open');
//$('nav.link-bar h3').data('ss-state', 'open');
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment