Odkomentowanie sortowania obrazków w galerii.
authorzuber <marek@stepniowski.com>
Thu, 22 Oct 2009 15:04:40 +0000 (17:04 +0200)
committerzuber <marek@stepniowski.com>
Thu, 22 Oct 2009 15:04:40 +0000 (17:04 +0200)
apps/api/handlers/library_handlers.py

index c84cab8..5eb5202 100644 (file)
@@ -385,7 +385,7 @@ class DocumentGalleryHandler(BaseHandler):
                     
                 gallery['pages'].append( quote(url.encode('utf-8')) )
 
-#            gallery['pages'].sort()
+            gallery['pages'].sort()
             galleries.append(gallery)
 
         return galleries