Skip to content

Instantly share code, notes, and snippets.

View rwagner00's full-sized avatar

J Ryan Wagner rwagner00

View GitHub Profile
@rwagner00
rwagner00 / removepanes.js
Created March 13, 2015 16:32
Remove all the Panes!
jQuery('.pane-delete').each(function() { jQuery(this).trigger('click'); });