diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index 5cac4f4..5f9ef31 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -319,7 +319,9 @@ click: function( e ) { e.stopPropagation(); e.preventDefault(); - if ( !this.shown ) { + if ( this.shown ) { + this.hide(); + } else { this.show(); } },