diff options
Diffstat (limited to 'tools/ws.htm')
-rw-r--r-- | tools/ws.htm | 1 |
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); |