Fix toggler click event

This commit is contained in:
Emmanuel Vella 2014-07-23 13:21:33 +02:00
parent c03d35bee4
commit abaf38adc3

View File

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