Skip to content

Commit

Permalink
turn on new autocomplete feature
Browse files Browse the repository at this point in the history
  • Loading branch information
scc committed Sep 28, 2006
1 parent 4a3ad18 commit 6f4c966
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ __template__
[% IF tags_example.size %]
<div>Examples:
[% FOR t = tags_example -%]
<span class="tagname"><a href="javascript:tagsOpenAndEnter('[% id %]','[% t %]','[% user.is_admin %]','firehose)">[% t | strip_html %]</a></span>[% IF !loop.last() %], [% END -%]
<span class="tagname"><a onClick="attachCompleter(this,'[% id %]','[% user.is_admin %]','firehose)">[% t | strip_html %]</a></span>[% IF !loop.last() %], [% END -%]
[%- END %]
</div>
[% END %]
Expand Down

0 comments on commit 6f4c966

Please sign in to comment.