r2918 - toggleClass demo: Fixed script and stylesheet URLs to be relative.

r2918 - toggleClass demo: Fixed script and stylesheet URLs to be relative.


Author: scott.gonzalez
Date: Sun Jul 12 17:47:34 2009
New Revision: 2918
Modified:
trunk/demos/toggleClass/default.html
Log:
toggleClass demo: Fixed script and stylesheet URLs to be relative.
Modified: trunk/demos/toggleClass/default.html
==============================================================================
--- trunk/demos/toggleClass/default.html    (original)
+++ trunk/demos/toggleClass/default.html    Sun Jul 12 17:47:34 2009
@@ -2,10 +2,10 @@
<html lang="en">
<head>
    <title>jQuery UI Effects - toggleClass Demo</title>
-    <link type="text/css"
href="http://jquery-ui.googlecode.com/svn/trunk/themes/base/ui.all.css"
rel="stylesheet" />
-    <script type="text/javascript"
src="http://jquery-ui.googlecode.com/svn/trunk/jquery-1.3.2.js"></script>
-    <script type="text/javascript"
src="http://jquery-ui.googlecode.com/svn/trunk/ui/effects.core.js"></script>
-    <link type="text/css"
href="http://jquery-ui.googlecode.com/svn/trunk/demos/demos.css"
rel="stylesheet" />
+    <link type="text/css" href="../../themes/base/ui.all.css"
rel="stylesheet" />
+    <script type="text/javascript" src="../../jquery-1.3.2.js"></script>
+    <script type="text/javascript" src="../../ui/effects.core.js"></script>
+    <link type="text/css" href="../demos.css" rel="stylesheet" />
    <style type="text/css">
        .toggler { width: 500px; height: 200px; position: relative;}
        #button { padding: .5em 1em; text-decoration: none; }