<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,8 +3,8 @@ module ApplicationHelper
   def clippy(text, bgcolor='#FFFFFF')
     html = &lt;&lt;-EOF
       &lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;
-              width=&quot;110&quot;
-              height=&quot;14&quot;
+              width=&quot;80&quot;
+              height=&quot;60&quot;
               id=&quot;clippy&quot; &gt;
       &lt;param name=&quot;movie&quot; value=&quot;/clippy.swf&quot;/&gt;
       &lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot; /&gt;
@@ -13,8 +13,8 @@ module ApplicationHelper
       &lt;param NAME=&quot;FlashVars&quot; value=&quot;text=#{text}&quot;&gt;
       &lt;param name=&quot;bgcolor&quot; value=&quot;#{bgcolor}&quot;&gt;
       &lt;embed src=&quot;/clippy.swf&quot;
-             width=&quot;110&quot;
-             height=&quot;14&quot;
+             width=&quot;80&quot;
+             height=&quot;60&quot;
              name=&quot;clippy&quot;
              quality=&quot;high&quot;
              allowScriptAccess=&quot;always&quot;</diff>
      <filename>app/helpers/application_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,6 +4,4 @@
   
   &lt;%= submit_tag 'Go!', :class =&gt; 'go' -%&gt;
 &lt;% end %&gt;
-&lt;label class=&quot;auto_copy&quot; for=&quot;auto_copy&quot;&gt;
-  &lt;%= check_box_tag :auto_copy, 1, cookies[:auto_copy] == '1' %&gt; Automatically copy new RubyURL
-&lt;/label&gt;
+</diff>
      <filename>app/views/links/_form.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -4,10 +4,10 @@
       &lt;dt&gt;Here is your RubyURL&lt;/dt&gt;
       &lt;dd&gt;&lt;%= link_to @link.permalink, @link.permalink -%&gt;&lt;/dd&gt; 
     &lt;/dl&gt;
-    &lt;div id=&quot;x_copy_button&quot;&gt;
-      &lt;%= button_to_function 'Copy', &quot;copy('#{@link.permalink}')&quot;, :class =&gt; 'copy' -%&gt;
-      &lt;%= clippy(@link.permalink, '#FF0000')%&gt;
-    &lt;/div&gt;
+    &lt;div id=&quot;x_copy_button&quot; style=&quot;float:right;&quot;&gt;
+      &lt;%= clippy(@link.permalink, '#BA0000') -%&gt;
+    &lt;/div&gt;    
+
     &lt;div id=&quot;x_copied&quot; style=&quot;display:none;&quot;&gt;
       &lt;p&gt;Your RubyURL is ready for pasting!&lt;/p&gt;
     &lt;/div&gt;</diff>
      <filename>app/views/links/show.rhtml</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>public/clippy.swf</filename>
    </modified>
    <modified>
      <diff>@@ -1,31 +1,2 @@
 // Place your application-specific JavaScript functions and classes here
 // This file is automatically included by javascript_include_tag :defaults
-
-//
-// copied from: http://www.tek-tips.com/viewthread.cfm?qid=1465395&amp;page=5
-// TODO: reference original author...
-//
-function copy(rubyurl) {
-    var flashcopier = 'flashcopier';
-    if(!document.getElementById(flashcopier)) {
-      var divholder = document.createElement('div');
-      divholder.id = flashcopier;
-      document.body.appendChild(divholder);
-    }
-    document.getElementById(flashcopier).innerHTML = '';
-    var divinfo = '&lt;embed src=&quot;/_clipboard.swf&quot; FlashVars=&quot;clipboard='+encodeURIComponent(rubyurl)+'&quot; width=&quot;0&quot; height=&quot;0&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;';
-    document.getElementById(flashcopier).innerHTML = divinfo;
-		$('x_copy_button').hide();
-		$('x_copied').show();
-		
-}
-
-Event.observe(window, 'load', function() {
-  // Watch for user's click on &quot;Auto Copy&quot; checkbox
-  if ($('auto_copy'))
-    Event.observe('auto_copy', 'change', function(event) { document.cookie = 'auto_copy='+($F('auto_copy') ? 1 : 0); });
-
-  // Perform auto-copy if prudent
-  if ((link = $$('#url.arrow a')).length &amp;&amp; document.cookie.match(/auto_copy=1/))
-    copy(link[0].href);
-});
\ No newline at end of file</diff>
      <filename>public/javascripts/application.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f82b6a47f1a1f7aefa9acd6a51f8d752c542b012</id>
    </parent>
  </parents>
  <author>
    <name>Robby Russell</name>
    <email>robby@planetargon.com</email>
  </author>
  <url>http://github.com/robbyrussell/rubyurl/commit/022af8407e952fd4cf517e8cc13e565d414fb2c0</url>
  <id>022af8407e952fd4cf517e8cc13e565d414fb2c0</id>
  <committed-date>2009-03-04T18:41:39-08:00</committed-date>
  <authored-date>2009-03-04T18:41:39-08:00</authored-date>
  <message>Updating to use Clippy as a replacement to the non-Flash 10 compatible clipboard flash file. Had to remove the auto-copy due to incompatibility difference.</message>
  <tree>9bb2c2515d2d16904bbafb4d645762241d70c987</tree>
  <committer>
    <name>Robby Russell</name>
    <email>robby@planetargon.com</email>
  </committer>
</commit>
