Team:EPF-Lausanne/Template/Footer
From 2012.igem.org
(Difference between revisions)
Line 11: | Line 11: | ||
if(!str) | if(!str) | ||
return false; | return false; | ||
- | return str.match(/http:\/\/2012\.igem\.org\/wiki\/index\.php\?title=Team:EPF-Lausanne\/Notebook\/[A-Za-z\-\_0-9]*&action=edit/i) != null | + | console.log("Match:", str.match(/http:\/\/2012\.igem\.org\/wiki\/index\.php\?title=Team:EPF-Lausanne\/Notebook\/[A-Za-z\-\_0-9]*&action=edit/i)); |
+ | return str.match(/http:\/\/2012\.igem\.org\/wiki\/index\.php\?title=Team:EPF-Lausanne\/Notebook\/[A-Za-z\-\_0-9]*&action=edit/i) != null; | ||
} | } | ||
).each( | ).each( |
Revision as of 23:43, 3 June 2012