Merge pull request #447 from EmmanuelVella/toggler

Fix toggler click event
This commit is contained in:
William Durand 2014-07-29 15:56:48 +02:00
commit dcf8cdfe72

View File

@ -95,7 +95,7 @@
if(contentContainer.is(':visible')) {
clearHash();
} else {
setHash($(this).attr('href'));
setHash($(this).data('href'));
}
contentContainer.slideToggle('fast');