forked from rDrama/rDrama
1
0
Fork 0

same as last commit

master
Aevann 2023-08-03 13:53:53 +03:00
parent 34ac1dec27
commit eff82be3dc
1 changed files with 2 additions and 2 deletions

View File

@ -586,11 +586,11 @@ function handleUploadProgress(e, upload_prog) {
if (screen_width <= 768) {
addEventListener('show.bs.modal', function () {
addEventListener('shown.bs.modal', function () {
location.hash = "modal";
});
addEventListener('hide.bs.modal', function () {
addEventListener('hidden.bs.modal', function () {
if(location.hash == "#modal") {
history.back();
}