Modified - hall default format set to fellowship block
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user