mirror of https://github.com/gophish/gophish
Fixed inverted tooltip toggle issue
parent
e29e3335c5
commit
7c9e5195f5
|
@ -153,7 +153,6 @@ function load(){
|
|||
|
||||
$(document).ready(function(){
|
||||
load()
|
||||
$("#fileUpload").hover(function(){$("#fileUpload").tooltip('toggle')})
|
||||
// Setup the event listeners
|
||||
// Handle manual additions
|
||||
$("#targetForm").submit(function(){
|
||||
|
|
Loading…
Reference in New Issue