Team:UT-Tokyo/Templates/BeginContent

From 2011.igem.org

(Difference between revisions)
Line 457: Line 457:
         $this = $(this);
         $this = $(this);
         if ($this.html().startswith('Page')) {
         if ($this.html().startswith('Page')) {
-
           $this.attr('href', '/'+fullPageName');
+
           $this.attr('href', '/'+fullPageName);
         } else if ($this.html().startswith('Discussion')) {
         } else if ($this.html().startswith('Discussion')) {
           $this.attr('href', '/Talk:'+fullPageName+'?action=edit&redlink=1');
           $this.attr('href', '/Talk:'+fullPageName+'?action=edit&redlink=1');

Revision as of 16:02, 31 August 2011