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(){
|
$(document).ready(function(){
|
||||||
load()
|
load()
|
||||||
$("#fileUpload").hover(function(){$("#fileUpload").tooltip('toggle')})
|
|
||||||
// Setup the event listeners
|
// Setup the event listeners
|
||||||
// Handle manual additions
|
// Handle manual additions
|
||||||
$("#targetForm").submit(function(){
|
$("#targetForm").submit(function(){
|
||||||
|
|
Loading…
Reference in New Issue