diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-02-20 17:17:20 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-02-20 17:17:20 -0800 |
commit | 1fdb35bbf105fe462dcc663ea20b6aa56d654001 (patch) | |
tree | 00e3f7a52aa24f9c3364cd3a2582c18402a021d0 /js | |
parent | 5e816d7be208fc24419288234559c78da7391c8b (diff) |
New doc page for Identi.ca badge and minor updates to badge's js
Diffstat (limited to 'js')
-rw-r--r-- | js/identica-badge.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/identica-badge.js b/js/identica-badge.js index 5c586b5d6..869230b7a 100644 --- a/js/identica-badge.js +++ b/js/identica-badge.js @@ -1,4 +1,5 @@ // identica badge -- updated to work with the native API, 12-4-2008 +// Modified to point to Identi.ca, 2-20-2009 by Zach // copyright Kent Brewster 2008 // see http://kentbrewster.com/identica-badge for info ( function() { @@ -127,7 +128,7 @@ var a = document.createElement('A'); a.innerHTML = 'get this'; a.target = '_blank'; - a.href = 'http://kentbrewster.com/identica-badge'; + a.href = 'http://identica/doc/badge'; $.s.f.appendChild(a); $.s.appendChild($.s.f); $.f.getUser(); |