]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - js/identica-badge.js
Completely refactored noticesearch list, now using subclassing for highlighting....
[quix0rs-gnu-social.git] / js / identica-badge.js
index 5c586b5d6a5f0162771091612fab1adca148227f..869230b7a45afd28c222819ba22774b863f77c9b 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://identica/doc/badge';
             $.s.f.appendChild(a);
             $.s.appendChild($.s.f);
             $.f.getUser();