OSDN Git Service

modified refresh button bug in guest catalog page
authorroot <root@rat.prd.local.hde.co.jp>
Fri, 5 Jun 2009 02:16:45 +0000 (11:16 +0900)
committerroot <root@rat.prd.local.hde.co.jp>
Fri, 5 Jun 2009 02:16:45 +0000 (11:16 +0900)
karesansui/templates/default/guest/guest.part

index 1a3f7c1..23b58dc 100644 (file)
@@ -223,10 +223,12 @@ $("#guests div").each(function(){
             $(this).unbind("click.once");
         });
     }); 
-    renew_main_event("#tool_renew", "${ctx.homepath}${ctx.path}");
 });
 
 // event
+// main refresh
+renew_main_event("#tool_renew", "${ctx.homepath}${ctx.path}");
+
 $("#create_guest").click(function(){
     grayout_open("GET",
         "${ctx.homepath}/grayout.part",