} else if (AllowEmptyTags === false && $("#SelectTags li").length <= 1) {
        if ($("#AlternativeTag").val().length != 0) {
            AddTag($("#AlternativeTag").val(), Math.round(new Date().getTime() / 1000));
        }else{
            CarbonAlert(Lang['Tags_Empty']);