Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipusis/a2b7b4735b2d53d9c20739c2f6287752 to your computer and use it in GitHub Desktop.
Save philipusis/a2b7b4735b2d53d9c20739c2f6287752 to your computer and use it in GitHub Desktop.
GroupElements: function() {
var elem = this.findElem('linksContainer');
this.setMod(elem, 'visibility', 'visible');
elem = this.findElem('groupingShowHideButton');
elem.domElem.toggleClass('fa fa-arrow-down', 'fa fa-arrow-up');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment