mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-04 13:20:07 -05:00
corrected mistake
This commit is contained in:
@@ -106,7 +106,7 @@ html
|
||||
|
||||
for(let key in instance_config.post_media_max_heights) {
|
||||
if(instance_config.post_media_max_heights.hasOwnProperty(key))
|
||||
max_heights_html += ``
|
||||
max_heights_html += `<option value="${key}" ${(user_key == key ? "selected" : "")}>${key}</option>`
|
||||
}
|
||||
!= max_heights_html
|
||||
.setting
|
||||
|
||||
Reference in New Issue
Block a user