We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555cf88 commit 9be6191Copy full SHA for 9be6191
assets/js/shapely-scripts.js
@@ -6,6 +6,10 @@
6
7
//"use strict";
8
9
+ jQuery( 'body' ).imagesLoaded( function() {
10
+ jQuery( window ).trigger( 'resize' ).trigger( 'scroll' );
11
+ } );
12
+
13
jQuery( '.shapely-dropdown' ).click( function( evt ) {
14
evt.preventDefault();
15
jQuery( this ).parent().find( '> ul' ).toggleClass( 'active' );
0 commit comments