diff options
author | Richard Worth <rdworth@gmail.com> | 2010-02-16 01:38:23 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-02-16 01:38:23 +0000 |
commit | 828bcdd2f0befbf450dcd1d7c387388acd7a191b (patch) | |
tree | c0b4c2cbbf17047a2ba101cd50e2ced4532dbdd8 /demos/index.html | |
parent | d4154562ea663926bbd5bbc3bc345c27250aaeb9 (diff) | |
download | jquery-ui-828bcdd2f0befbf450dcd1d7c387388acd7a191b.tar.gz jquery-ui-828bcdd2f0befbf450dcd1d7c387388acd7a191b.zip |
fixed #5163 - themes: css files need to be renamed to be consistent with js file renames in 1.8a1
Diffstat (limited to 'demos/index.html')
-rw-r--r-- | demos/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/index.html b/demos/index.html index df3af2f6f..dc816db43 100644 --- a/demos/index.html +++ b/demos/index.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>jQuery UI Demos</title> - <link type="text/css" href="../themes/base/ui.all.css" rel="stylesheet" /> + <link type="text/css" href="../themes/base/jquery.ui.all.css" rel="stylesheet" /> <link type="text/css" href="demos.css" rel="stylesheet" /> <script type="text/javascript" src="../jquery-1.4.1.js"></script> <script type="text/javascript" src="../external/jquery.bgiframe-2.1.1.js"></script> @@ -228,7 +228,7 @@ }).end().find(">div").hide(); } var cleanedSource = source - .replace('themes/base/ui.all.css', 'theme/ui.all.css') + .replace('themes/base/jquery.ui.all.css', 'theme/jquery.ui.all.css') .replace(/\s*\x3Clink.*demos\x2Ecss.*\x3E\s*/, '\r\n\t') .replace(/\x2E\x2E\x2F\x2E\x2E\x2F/g, ''); |