diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-07-05 22:13:28 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-07-05 22:13:28 +0000 |
commit | f9927090e09be93a66c4705a760d94add583e84e (patch) | |
tree | 488c1591a565f66e9070e6ac9dd42b13167f2b93 /tools/ws.htm | |
parent | 154420540b059b028e0c9aca9e31cfca2edbeea6 (diff) |
- feature 832: Folders with no images sql optimization
- recent pics are sorted by date descending, and only then by conf['order_by']
- updated prototype.js to version 1.6
git-svn-id: http://piwigo.org/svn/trunk@2424 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools/ws.htm')
-rw-r--r-- | tools/ws.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ws.htm b/tools/ws.htm index 25eb21fe4..b6d7fbbf8 100644 --- a/tools/ws.htm +++ b/tools/ws.htm @@ -153,7 +153,7 @@ function pwgSelectMethod(methodName) function onSuccess_getMethodDetails(transport) { var result = pwgGetJsonResult(transport); - fillNewMethod( gCachedMethods[result.name] = $H(result) ); + fillNewMethod( gCachedMethods[result.name] = result ); } function fillNewMethod(method) |