corrected mistake

This commit is contained in:
ppsn 2023-04-27 17:48:27 +03:00
parent 13e7a13c87
commit 605e9064a1
1 changed files with 1 additions and 1 deletions

View File

@ -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