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
Search Repo:
more work on analytics
ch0wda (author)
Wed Apr 09 06:49:13 -0700 2008
commit  36058d6f57a8780cc405c6499263a97553c701ff
tree    a0e546b28918b1d174bfef415c60eb56e50889f6
parent  823eeccfc335960fe684cf7b5b8d5cca64f9598c
...
239
240
241
242
243
 
 
244
245
246
...
287
288
289
290
 
291
292
293
...
239
240
241
 
 
242
243
244
245
246
...
287
288
289
 
290
291
292
293
0
@@ -239,8 +239,8 @@
0
         title site_title
0
         link(:rel => 'stylesheet', :type => 'text/css',
0
              :href => R(Assets, 'utili_tool.css'), :media => 'screen')
0
- script(:src => R(Assets, 'jquery-1.2.3.js'), :type => 'text/javascript')
0
- script(:src => R(Assets, 'utili-tool.js', :type => 'text/javascript'))
0
+# script(:src => R(Assets, 'jquery-1.2.3.js'), :type => 'text/javascript')
0
+# script(:src => R(Assets, 'utili-tool.js', :type => 'text/javascript'))
0
       end
0
       body do
0
         div.wrapper! do
0
@@ -287,7 +287,7 @@
0
   end
0
 
0
   def _google_analytics
0
- script(:type => "text/javascript") do
0
+ script(:type => "text/javascript") do
0
       %[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

Comments

    No one has commented yet.