aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2013-06-18 13:12:24 +0000
committermistic100 <mistic@piwigo.org>2013-06-18 13:12:24 +0000
commit34d0c5cd1ae8346ef8681266562f3f86f318574c (patch)
tree428f4e29fbcbb7a0534116ffa10ac279baf40d1a /tools
parent078e4d1bbdc920ff6c7a3ba8777fae2b23d38909 (diff)
hide tiptip when changing method
git-svn-id: http://piwigo.org/svn/trunk@23322 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools')
-rw-r--r--tools/ws.htm1
1 files changed, 1 insertions, 0 deletions
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);