Created
July 11, 2014 17:38
-
-
Save tomwolber/26a0285096e1929e7ce1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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