Skip to content

Commit

Permalink
upgrade jquery for pre-1.7 event.layerX bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bmount committed Dec 23, 2011
1 parent e5bc837 commit 8f79a46
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 169 deletions.
4 changes: 2 additions & 2 deletions couchapp/_attachments/index.html
Expand Up @@ -7,9 +7,9 @@
<title>GeoCouch</title>
<link href="style/reset.css" media="screen" rel="stylesheet" type="text/css" />
<link href="style/map.css" media="screen" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="script/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="script/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="script/jquery.couch.js"></script>
<script type="text/javascript" src="script/polymaps.min.js"></script>
<script type="text/javascript" src="script/polymaps-couchbb.min.js"></script>
<script type="text/javascript" src="script/jquery.selectbox.js"></script>
<script type="text/javascript" src="script/geojson-utils.js"></script>
<script type="text/javascript" src="script/map.js"></script>
Expand Down

0 comments on commit 8f79a46

Please sign in to comment.