diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-07 18:03:19 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-07 18:03:19 +0000 |
commit | 505a7e19e25ce6edce1297fe2887cc1f339249ae (patch) | |
tree | 853adfcdd0c52a5c0a3e4564ec75be71fed5b8de /demos/real-world/image-cropper | |
parent | d8100c5caae79a716a36a380b7fdbfdbdb5a71e1 (diff) | |
download | jquery-ui-505a7e19e25ce6edce1297fe2887cc1f339249ae.tar.gz jquery-ui-505a7e19e25ce6edce1297fe2887cc1f339249ae.zip |
updated some paths
Diffstat (limited to 'demos/real-world/image-cropper')
-rw-r--r-- | demos/real-world/image-cropper/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/real-world/image-cropper/index.html b/demos/real-world/image-cropper/index.html index afa85ae3c..9cce4f120 100644 --- a/demos/real-world/image-cropper/index.html +++ b/demos/real-world/image-cropper/index.html @@ -4,10 +4,10 @@ <meta http-equiv="Content-Language" content="en" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Image Cropper: jQuery Real-world Demo</title> -<script type="text/javascript" src="../../../../jquery/jquery-1.2.6.js"></script> -<script type="text/javascript" src="../../../source/ui.core.js"></script> -<script type="text/javascript" src="../../../source/ui.resizable.js"></script> -<script type="text/javascript" src="../../../source/ui.draggable.js"></script> +<script type="text/javascript" src="../../../jquery-1.2.6.js"></script> +<script type="text/javascript" src="../../ui/ui.core.js"></script> +<script type="text/javascript" src="../../ui/ui.resizable.js"></script> +<script type="text/javascript" src="../../ui/ui.draggable.js"></script> <script type="text/javascript" src="../../../source/effects.core.js"></script> <script type="text/javascript" src="../../../source/effects.bounce.js"></script> |