Modified - hall default format set to fellowship block

This commit is contained in:
jakub.salavec
2025-05-28 17:02:14 +02:00
parent 04bbc80d85
commit ff000900f2

View File

@@ -1156,6 +1156,9 @@ var GempLotrHallUI = Class.extend({
var item = "<option value='" + type + "'>" + format + "</option>"
var selected = (format === "Fellowship Block") ? " selected" : "";
var item = "<option value='" + type + "'" + selected + ">" + format + "</option>";
this.supportedFormatsSelect.append(item);
}
this.supportedFormatsInitialized = true;