X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fphoto%2Fview;h=0216bdaeacb01c6fa3da2392829796043034c962;hb=43fee9b2dd36d5f99e3318e91f7845bcbdae4ff7;hp=0fbccbba48aa0c1b6559f8665bb88822b11b194e;hpb=a1a5f8caa6a6d7af6f3b69fe36300a0d07c53d2d;p=memories.git diff --git a/templates/photo/view b/templates/photo/view index 0fbccbb..0216bda 100644 --- a/templates/photo/view +++ b/templates/photo/view @@ -75,7 +75,7 @@ END %] function select_tab(name) { document.getElementsByClassName("active").each(function (x) { x.removeClassName("active")}); new Ajax.Updater("content","[%base%]/photo/"+name+"/[%photo.id%]", - { method: "get" } + { method: "get", evalScripts: true } ) $(name).addClassName("active"); }