Skip to content

Commit

Permalink
Mouse visual test: Bump jQuery version.
Browse files Browse the repository at this point in the history
(cherry picked from commit d7979a8)
  • Loading branch information
scottgonzalez committed Mar 7, 2011
1 parent ee63c1a commit 4f9091e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/visual/mouse/mouse_ticket_6946.html
Expand Up @@ -5,7 +5,7 @@
<title>Test for Issue #6946</title>
<link rel="stylesheet" href="../all.css" type="text/css">
<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css" />
<script type="text/javascript" src="../../../jquery-1.4.4.js"></script>
<script type="text/javascript" src="../../../jquery-1.5.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script>
Expand Down Expand Up @@ -60,7 +60,7 @@ <h2>Experienced (Gecko/Opera)</h2>
$('#sortable').bind('click', function () {
$('#events').append('Click event received!<br />');
});
});
});

</script>
</body>
Expand Down

0 comments on commit 4f9091e

Please sign in to comment.