public
Description: Simple wrapper for the Braintree APIs that uses Camping
Homepage: http://developer.getbraintree.com
Clone URL: git://github.com/braintree/braintree-utili-tool.git
trying to commit changes from 2 different places
braintree (author)
Tue Apr 08 13:18:31 -0700 2008
commit  83b2bae9bf096f8f8571825cc806b22209b046c0
tree    914253fc7243058778c589a368a852535c044ac2
parent  fa4a1a8f02ea0bd3fbd38d6b7a86258eb965c34d
...
2
3
4
5
6
 
 
...
2
3
4
 
5
6
7
0
@@ -2,4 +2,5 @@ test/test.log
0
 .DS_Store
0
 *~
0
 static/*~
0
-contents/*~
0
\ No newline at end of file
0
+contents/*~
0
+rv_harness.rb
...
287
288
289
290
291
 
292
293
294
...
287
288
289
 
 
290
291
292
293
0
@@ -287,8 +287,7 @@ module UtiliTool::Views
0
   end
0
 
0
   def _google_analytics
0
- script(:type => "text/javascript") do "
0
- var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");
0
+ script(:type => "text/javascript") do; "var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");
0
 document.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"));"
0
     end
0
   end

Comments

    No one has commented yet.