<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,13 +1,8 @@
 $(document).ready(function() {
-  $(&quot;.event&quot;).mouseenter(function() {
+  $(&quot;.event&quot;).live(&quot;mouseover&quot;, function() {
     $(this).css(&quot;background-color&quot;, &quot;#2EAC6A&quot;);
-    return false;
-  })
-  $(&quot;.event&quot;).mouseleave(function() {
+  });
+  $(&quot;.event&quot;).live(&quot;mouseout&quot;, function() {
     $(this).css(&quot;background-color&quot;, &quot;#9aa4ad&quot;);
-    return false;
-  })
-
-
+  });
 })
-</diff>
      <filename>generators/event_calendar/templates/jq_javascript.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a065fa315bb5160c6c84928d289bb0948978cb6d</id>
    </parent>
  </parents>
  <author>
    <name>Robert Berry</name>
    <email>berrydigital@gmail.com</email>
  </author>
  <url>http://github.com/elevation/event_calendar/commit/29c081f0d26afbe53b89a225c2cad45d1a493051</url>
  <id>29c081f0d26afbe53b89a225c2cad45d1a493051</id>
  <committed-date>2009-10-28T15:33:32-07:00</committed-date>
  <authored-date>2009-10-22T00:36:19-07:00</authored-date>
  <message>added mouseover highlighting support for ajax delivered calendars</message>
  <tree>8b42ab598c90c9d443f6f3bdf3c2261b8ebbdd9f</tree>
  <committer>
    <name>Jeff Schuil</name>
    <email>jeff@yourelevation.com</email>
  </committer>
</commit>
