Sha256: cdef0b1001b60cbc498e2d4915df702e9141dd005a1c1e8f89221ed5f869babb

Contents?: true

Size: 393 Bytes

Versions: 2

Compression:

Stored size: 393 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');
	});  
	$('#scenario_list_link').click(function() {
		toggleSearchFrame(this, relpath + 'scenario_list.html');
	});
}

$(cucumberSearchFrameLinks);

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cucumber-in-the-yard-1.5 lib/templates/default/fulldoc/html/js/cucumber.js
cucumber-in-the-yard-1.4 lib/templates/default/fulldoc/html/js/cucumber.js