Skip to content

Commit

Permalink
pointed at live version on rooreynolds.github.com/inky-linky rather t…
Browse files Browse the repository at this point in the history
…han localhost
  • Loading branch information
rooreynolds committed Oct 9, 2012
1 parent 818cfbf commit 2ea8474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookmarklet
Original file line number Diff line number Diff line change
@@ -1 +1 @@
javascript:(function(){var a="http://localhost/inkylinky/",b="",c=document.createElement("link");c.rel="stylesheet",c.href=a+"inkylinky.css"+b,c.media="screen,print",c.type="text/css",document.getElementsByTagName("head")[0].appendChild(c);var d=document.createElement("script");d.src=a+"inkylinky.js"+b,document.body.appendChild(d)})();
javascript:(function(){var a="http://rooreynolds.github.com/inky-linky/",b="",c=document.createElement("link");c.rel="stylesheet",c.href=a+"inkylinky.css"+b,c.media="screen,print",c.type="text/css",document.getElementsByTagName("head")[0].appendChild(c);var d=document.createElement("script");d.src=a+"inkylinky.js"+b,document.body.appendChild(d)})();

0 comments on commit 2ea8474

Please sign in to comment.