From 34d0c5cd1ae8346ef8681266562f3f86f318574c Mon Sep 17 00:00:00 2001 From: mistic100 Date: Tue, 18 Jun 2013 13:12:24 +0000 Subject: hide tiptip when changing method git-svn-id: http://piwigo.org/svn/trunk@23322 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/ws.htm | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/ws.htm b/tools/ws.htm index d01cb912c..4ece4e566 100644 --- a/tools/ws.htm +++ b/tools/ws.htm @@ -372,6 +372,7 @@ function getMethodList() { // select method function selectMethod(methodName) { $("#introMessage").hide(); + $("#tiptip_holder").fadeOut(200); if (cachedMethods[ methodName ]) { fillNewMethod(methodName); -- cgit v1.2.3