Sha256: ed507483e2921b2a4a096524595bf112b7bc5b06e68f62a2e5d51a9c63dfdfcd
Contents?: true
Size: 479 Bytes
Versions: 1
Compression:
Stored size: 479 Bytes
Contents
/* I don't think that any of the apps use this anymore. */ /* jQuery(function(){ jQuery('button.link').click(function(){ window.location.href = $(this).find('span.href').text(); }); jQuery('form.destroy_link_to').submit(function(){ var message = "Destroy? Seriously?" if( this.confirm && this.confirm.value ) { message = this.confirm.value } if( !confirm(message) ){ return false; } }); jQuery('p.flash').click(function(){$(this).remove();}); }); */
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ccls-ccls_engine-3.11.0 | generators/ccls_engine/templates/javascripts/ccls_engine.js |