Sha256: b673fc5619e947e73c4182eed15c445cff85cd3e6e35a85b60a2a706e3b31f6a
Contents?: true
Size: 487 Bytes
Versions: 19
Compression:
Stored size: 487 Bytes
Contents
- if @tag.valid? $('#create_tag_arrow').html(crm.COLLAPSED); $('#create_tag_title').html('#{ j t(:tags) }'); $('#create_tag').slideUp(250); $('#tags').prepend('#{ j (render :partial => "tag", :collection => [ @tag ]) }'); $('##{dom_id(@tag)}').effect("highlight", { duration:1500 }); crm.flick('empty', 'remove'); - else $('#create_tag').html('#{ j render(:partial => 'new') }'); $('#create_tag').effect("shake", { duration:250, distance: 6 }); $('#tag_name').focus();
Version data entries
19 entries across 19 versions & 2 rubygems