<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -114,4 +114,9 @@ var Map = {
   }
 }
 
-Event.observe(window, &quot;dom:loaded&quot;, Map.show);
+// Dunno why IE doesn't like dom:loaded.
+if (Prototype.Browser.IE) {
+  Event.observe(window, &quot;load&quot;, Map.show);
+} else {
+  Event.observe(window, &quot;dom:loaded&quot;, Map.show);
+}</diff>
      <filename>public/javascripts/map.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>83080ad8543c2b4512cc1f29d32af4c2063e2c96</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Morrison</name>
    <email>daniel@collectiveidea.com</email>
  </author>
  <url>http://github.com/collectiveidea/yardvote.com/commit/d4bd59def900e57734092fd16b36b71edf744e4e</url>
  <id>d4bd59def900e57734092fd16b36b71edf744e4e</id>
  <committed-date>2008-10-04T09:11:00-07:00</committed-date>
  <authored-date>2008-10-04T09:11:00-07:00</authored-date>
  <message>Fixed IE google maps bug: IE didn't like dom:loaded.</message>
  <tree>be87546c1fbe42f028c2310f5266f8b96a5d5135</tree>
  <committer>
    <name>Daniel Morrison</name>
    <email>daniel@collectiveidea.com</email>
  </committer>
</commit>
