Sha256: fa521cb63a8f047895018e243869e0ed52d7352a1f0336c146c78c98e8c32326
Contents?: true
Size: 219 Bytes
Versions: 10
Compression:
Stored size: 219 Bytes
Contents
// Supporting functions for the display of post archives jQuery(function(){ $("a[data-blogit-click-to-toggle-children]").click(function(event){ event.preventDefault(); $(this).siblings('ul').toggle(); }) })
Version data entries
10 entries across 10 versions & 1 rubygems