public
Description: Adds basic social networking capabilities to your existing application, including users, blogs, photos, clippings, favorites, and more.
Homepage: http://www.communityengine.org
Clone URL: git://github.com/bborn/communityengine.git
fixed plaxo on invite page
bborn (author)
Fri Aug 15 09:57:56 -0700 2008
commit  2aa751de0f10ab760a7c201025cdb1ce71a7c912
tree    bacad90c4cad7a4c288eae39f0386b4ec417a956
parent  7c513ce9fb5abe1c5e89d84842a8bb3767731156
...
1
2
3
 
 
 
4
5
6
...
 
 
 
1
2
3
4
5
6
0
@@ -1,6 +1,6 @@
0
-%script{"type"=>"text/javascript", "src"=>"http://www.plaxo.com/css/m/js/util.js"}/
0
-%script{"type"=>"text/javascript", "src"=>"http://www.plaxo.com/css/m/js/basic.js"}/
0
-%script{"type"=>"text/javascript", "src"=>"http://www.plaxo.com/css/m/js/abc_launcher.js"}/
0
+%script{"type"=>"text/javascript", "src"=>"http://www.plaxo.com/css/m/js/util.js"}
0
+%script{"type"=>"text/javascript", "src"=>"http://www.plaxo.com/css/m/js/basic.js"}
0
+%script{"type"=>"text/javascript", "src"=>"http://www.plaxo.com/css/m/js/abc_launcher.js"}
0
 
0
 .yui-b
0
   .box.alt.first_alt

Comments