]> git.decadent.org.uk Git - memories.git/blobdiff - templates/photo/view
Rather more lightweight (and functional) tag completion code.
[memories.git] / templates / photo / view
index 0fbccbba48aa0c1b6559f8665bb88822b11b194e..0216bdaeacb01c6fa3da2392829796043034c962 100644 (file)
@@ -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");
 }