forked from rDrama/rDrama
1
0
Fork 0

fix carp issue

master
Aevann 2023-08-03 16:49:28 +03:00
parent a5075c38c9
commit d93efa8650
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ function handleUploadProgress(e, upload_prog) {
}
if (screen_width <= 768) {
if (screen_width <= 768 && gbrowser != 'iphone') {
addEventListener('hide.bs.modal', function () {
if(location.hash == "#modal") {
history.back();