diff options
author | mistic100 <mistic@piwigo.org> | 2013-06-16 16:55:34 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-06-16 16:55:34 +0000 |
commit | 2112fcf0246f2355e9694878d8a55bd6432edce4 (patch) | |
tree | da3e13ddd3e9811d0b31e6081689a88f4f810790 | |
parent | dae0cd122a0d883d407efa73cf82dad601d027a9 (diff) |
Merged revision(s) 23260 from trunk:
feature:2847 Display additional info for API methods fields
keep tooltip alive
git-svn-id: http://piwigo.org/svn/branches/2.5@23262 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 }); } |