[hg] galaxy 3640: Fix tipsy tooltip staying on screen after dele...
details: http://www.bx.psu.edu/hg/galaxy/rev/67160108c887 changeset: 3640:67160108c887 user: Kanwei Li <kanwei@gmail.com> date: Tue Apr 13 17:15:47 2010 -0400 description: Fix tipsy tooltip staying on screen after deleting dataset diffstat: templates/root/history.mako | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (11 lines): diff -r 869e494a8074 -r 67160108c887 templates/root/history.mako --- a/templates/root/history.mako Tue Apr 13 17:02:56 2010 -0400 +++ b/templates/root/history.mako Tue Apr 13 17:15:47 2010 -0400 @@ -47,6 +47,7 @@ } }); %endif + $(".tipsy").remove(); } }); return false;
participants (1)
-
Greg Von Kuster