'
}
$('.PublishPanel-tags').html(h);
}
$('.PublishPanel-popover').show();
}
});
}
function retag(e){
$(e).parent().parent().remove()
}
$('#add_tags').on('click',function(){
var add_tags_title = $('#add_tags_title').val();
var lengs = $('.PublishPanel-tags li').length;
if(lengs>=5){
zhiyouAlertBox("You can only add up to five");
return false;
}
if(add_tags_title.length>20){
zhiyouAlertBox("No more than 20 words");
return false;
}
if(add_tags_title.replace(/\s*/g,'')!=''){
var h = '