Skip to content

Instantly share code, notes, and snippets.

@ryanschuhler
Created June 21, 2013 23:52
Show Gist options
  • Save ryanschuhler/5835194 to your computer and use it in GitHub Desktop.
Save ryanschuhler/5835194 to your computer and use it in GitHub Desktop.
Liferay AUI Sticky-nav with hudcrums.
AUI().use(
'liferay-hudcrumbs',
function(A) {
var navigation = A.one('#navigation');
if (navigation) {
navigation.plug(A.Hudcrumbs);
}
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment