Sha256: e65164e465fcb92f25c063cc2cddbb544006924cece8484271df51fd9c8da459
Contents?: true
Size: 284 Bytes
Versions: 4
Compression:
Stored size: 284 Bytes
Contents
function cucumberSearchFrameLinks() { $('#feature_list_link').click(function() { toggleSearchFrame(this, relpath + 'feature_list.html'); }); $('#tagusage_list_link').click(function() { toggleSearchFrame(this, relpath + 'tag_list.html'); }); } $(cucumberSearchFrameLinks);
Version data entries
4 entries across 4 versions & 1 rubygems