Skip to content

Commit

Permalink
Bugfix: datatype tags shouldn't submit themselves on index
Browse files Browse the repository at this point in the history
  • Loading branch information
scc committed Oct 6, 2008
1 parent b8723e9 commit 4ef1166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/Ajax/htdocs/images/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ function tag_ui_init_new_articles(){
click(firehose_click_tag).
each(function(){
install_tag_server(this);
this.command_pipeline.push(firehose_handle_context_triggers);
});
$init_tag_widgets($new_articles.find('.tag-widget-stub'));
init_tag_ui_styles($new_articles);
Expand Down

0 comments on commit 4ef1166

Please sign in to comment.