We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4640e commit dc0fe21Copy full SHA for dc0fe21
assets/js/event-filter.js
@@ -22,7 +22,7 @@ jQuery( function () {
22
const hash = window.location.hash.substring( 1 );
23
24
if ( hash !== '' ) {
25
- jQuery( '.filter[data-filter=".' + hash + '"]' ).on( 'click' );
+ jQuery( 'button.filter[data-filter=".' + hash + '"]' ).click();
26
}
27
} );
28
0 commit comments