mirror of https://github.com/gophish/gophish
Fixed pointer css
parent
33f240bfe0
commit
1cf017acba
|
@ -43,7 +43,7 @@ function edit(group){
|
||||||
$("#lastName").val(),
|
$("#lastName").val(),
|
||||||
$("#email").val(),
|
$("#email").val(),
|
||||||
$("#position").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()
|
.draw()
|
||||||
$("#targetForm>div>input").val('')
|
$("#targetForm>div>input").val('')
|
||||||
|
|
Loading…
Reference in New Issue