1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

fix issue with context menu close not working on mobile

This commit is contained in:
RaidMax
2022-07-05 15:15:25 -05:00
parent 34d800a8b4
commit 18c3631822

View File

@ -37,7 +37,7 @@
</div>
}
<hr/>
<a href="#" class="btn btn-lg btn-danger btn-block mt-15" role="button">@ViewBag.Localization["WEBFRONT_CONTEXT_MENU_BUTTON_CLOSE"]</a>
<button class="btn btn-lg btn-danger btn-block mt-15" data-dismiss="modal" type="button">@ViewBag.Localization["WEBFRONT_CONTEXT_MENU_BUTTON_CLOSE"]</button>
</div>
</div>
</div>