From f9927090e09be93a66c4705a760d94add583e84e Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 5 Jul 2008 22:13:28 +0000 Subject: - 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 --- tools/ws.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/ws.htm') 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) -- cgit v1.2.3