public
Description: I eat URLs. RAWRRRRR!
Clone URL: git://github.com/bottlecaplabs/zombieurl.git
Search Repo:
making the bottlecap logo link to zombieurl.com
Greg Borenstein (author)
Fri Apr 11 20:37:09 -0700 2008
commit  2e867bdd374fd089bfccd89d59007eb045636f3c
tree    9bbb0972c3b792d5f7664dc2bd4d3e5a3c00da1d
parent  3107a2a9398f95721f27efe4963b701f2285f2b7
...
39
40
41
42
 
43
44
45
...
39
40
41
 
42
43
44
45
0
@@ -39,7 +39,7 @@ Zombie.prep = function(){
0
 };
0
 
0
 Zombie.spread = function(){
0
- $('#message').prepend("<a href='http://bottlecaplabs.net/zombieurl'><img src='/images/bottlecap_labs_zombie_url.gif' id='zombiecap'/></a>You've been Zombied!<br/>" + Zombie.mailto_link + "<br/><a id='hide-message' href='#'>[hide]</a></span>").show();
0
+ $('#message').prepend("<a href='http://zombieurl.com'><img src='/images/bottlecap_labs_zombie_url.gif' id='zombiecap'/></a>You've been Zombied!<br/>" + Zombie.mailto_link + "<br/><a id='hide-message' href='#'>[hide]</a></span>").show();
0
 
0
   $("#hide-message").bind("click", function(){
0
     $("#message").remove();

Comments

    No one has commented yet.