summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-02-21 07:10:33 -0800
committerEvan Prodromou <evan@controlyourself.ca>2009-02-21 07:10:33 -0800
commitda532bae9131b6dec8f5c0d67ce77c4ad1736f7d (patch)
tree5d284399ad661ddb2821c17f091de789cd69c910 /js
parent3a999af4d905d3cd23ea9163f47b6ed5c35f606c (diff)
parentb9f3e1e01e68dec2924746baeae1dba984a85f73 (diff)
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'js')
-rw-r--r--js/identica-badge.js3
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();