Personal tools
You are here: Home Zope&Plone Tips ファイル置き場 atphotoalbum.patch (AlbumControl表示対応)
Document Actions

atphotoalbum.patch (AlbumControl表示対応)

by maru last modified 2007-04-19 09:28

atphotoalbum.jsの差分patch (/portal_skins/ATPhoto/atphotoalbum.js)

Click here to get the file

Size 1 kB - File type text/x-patch

File contents

--- atphotoalbum.js	2007-04-19 00:05:46.000000000 +0900
+++ atphotoalbum_new.js	2007-04-19 01:42:37.000000000 +0900
@@ -45,6 +45,7 @@
 
 function ATPhotoAlbum_gotoPage(index) {
 
+    Batch.init(index);
     Batch.getBatch(index);
 
     var wrapper = document.getElementById('AlbumWrapper');