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