diff options
author | mistic100 <mistic@piwigo.org> | 2013-06-16 16:48:05 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-06-16 16:48:05 +0000 |
commit | 5671287801351faaede86b1849a6496a56e891e2 (patch) | |
tree | 9c8c7440160b7b546d0e2240adbb28bda272c0b0 /tools | |
parent | 7dc84237707faad92abbbed8bcbf1c6b9132c776 (diff) |
feature:2847 Display additional info for API methods fields
keep tooltip alive
git-svn-id: http://piwigo.org/svn/trunk@23260 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 f77d9ba59..d01cb912c 100644 --- a/tools/ws.htm +++ b/tools/ws.htm @@ -447,6 +447,7 @@ function fillNewMethod(methodName) { activation:"click", maxWidth:"300px", defaultPosition:"right", + keepAlive:true, delay:0 }); } |