Remove emtpy modal calls.

modal('show') should work for all versions of bootstrap.
This commit is contained in:
Nathan Swain
2022-06-07 08:39:08 -06:00
parent 7eecd759f7
commit 7b2c5727e4
3 changed files with 1 additions and 5 deletions

View File

@@ -24,7 +24,6 @@
{
$("#modal-title").html("Recheck Indentity")
$("#modal-body").html(data["html"])
$("#popUpModal").modal()
$("#popUpModal").modal('show')
}