mirror of https://github.com/gophish/gophish
Fixed pointer css
parent
33f240bfe0
commit
1cf017acba
|
@ -43,7 +43,7 @@ function edit(group){
|
|||
$("#lastName").val(),
|
||||
$("#email").val(),
|
||||
$("#position").val(),
|
||||
'<span><i class="fa fa-trash-o"></i></span>'
|
||||
'<span style="cursor:pointer;"><i class="fa fa-trash-o"></i></span>'
|
||||
])
|
||||
.draw()
|
||||
$("#targetForm>div>input").val('')
|
||||
|
|
Loading…
Reference in New Issue