Skip to content

Commit

Permalink
Bug 571405, first tag ajax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Jun 15, 2010
1 parent 1122270 commit caf3824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/js/zamboni/tags.js
Expand Up @@ -9,7 +9,7 @@ function addTag() {
var post_data = $('#tagForm').serialize()+"&ajax=1";
var add_ajax_url = $('#tagForm').attr('action');
$.post(add_ajax_url, post_data, function(data) {
$("#tags").html(data);
$("#tagbox").html(data);
$(".addtagform form")[0].reset();
$("#tags .addon-tags").removeClass("nojs");
});
Expand Down

0 comments on commit caf3824

Please sign in to comment.