corrected mistake

このコミットが含まれているのは:
ppsn 2023-04-27 17:48:27 +03:00
コミット 605e9064a1
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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