Remove emtpy modal calls.
modal('show') should work for all versions of bootstrap.
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
{
|
||||
$("#modal-title").html("Recheck Indentity")
|
||||
$("#modal-body").html(data["html"])
|
||||
$("#popUpModal").modal()
|
||||
$("#popUpModal").modal('show')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user