Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Tests: Fixining jquery include version
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+1
−1
demos/effect/default.html
-
+1
−1
tests/visual/effects/all.html
|
@@ -4,7 +4,7 @@ |
|
|
<meta charset="utf-8"> |
|
|
<title>jQuery UI Effects - Effect demo</title> |
|
|
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> |
|
|
<script src="http://code.jquery.com/jquery-git.js"></script> |
|
|
<script src="../../jquery-1.7.2.js"></script> |
|
|
<script src="../../ui/jquery.ui.effect.js"></script> |
|
|
<script src="../../ui/jquery.ui.effect-blind.js"></script> |
|
|
<script src="../../ui/jquery.ui.effect-bounce.js"></script> |
|
|
|
@@ -4,7 +4,7 @@ |
|
|
<meta charset="utf-8"> |
|
|
<title>jQuery UI Effects Test Suite</title> |
|
|
<link rel="stylesheet" href="effects.css"> |
|
|
<script src="http://code.jquery.com/jquery-git.js"></script> |
|
|
<script src="../../../jquery-1.7.2.js"></script> |
|
|
<script src="../../../ui/jquery.ui.effect.js"></script> |
|
|
<script src="../../../ui/jquery.ui.effect-blind.js"></script> |
|
|
<script src="../../../ui/jquery.ui.effect-bounce.js"></script> |
|
|