mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
fix issue with context menu close not working on mobile
This commit is contained in:
@ -37,7 +37,7 @@
|
|||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
<hr/>
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user