]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - js/identica-badge.js
Better handle multipart emails (especially those with multipart/alternative contents)
[quix0rs-gnu-social.git] / js / identica-badge.js
index 5c586b5d6a5f0162771091612fab1adca148227f..ffa55ae93e5a8602010465266c3ebf7d7fd8e810 100644 (file)
@@ -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() { 
             var a = document.createElement('A');
             a.innerHTML = 'get this';
             a.target = '_blank';
-            a.href = 'http://kentbrewster.com/identica-badge';
+            a.href = 'http://identi.ca/doc/badge';
             $.s.f.appendChild(a);
             $.s.appendChild($.s.f);
             $.f.getUser();