diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2015-10-21 19:08:44 -0400 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2015-10-23 09:09:51 -0400 |
commit | cb69f0025f257c28ac3be39c4269373a9fa74002 (patch) | |
tree | e83b2130f71707609e0fb3389bc1e0194c23e20b /ui/widgets/progressbar.js | |
parent | a1d69208bad175a27c7b50c27fdc10001563cd4d (diff) | |
download | jquery-ui-cb69f0025f257c28ac3be39c4269373a9fa74002.tar.gz jquery-ui-cb69f0025f257c28ac3be39c4269373a9fa74002.zip |
All: Fix manifest issues for categories and CSS dependencies
Collapses "UI Core" and "Core" into just "Core".
Fixes bad paths for CSS dependencies. Regressed when moving widgets
into the widgets subfolder.
Diffstat (limited to 'ui/widgets/progressbar.js')
-rw-r--r-- | ui/widgets/progressbar.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/widgets/progressbar.js b/ui/widgets/progressbar.js index 7e2695994..6afba892e 100644 --- a/ui/widgets/progressbar.js +++ b/ui/widgets/progressbar.js @@ -12,9 +12,9 @@ //>>description: Displays a status indicator for loading state, standard percentage, and other progress indicators. //>>docs: http://api.jqueryui.com/progressbar/ //>>demos: http://jqueryui.com/progressbar/ -//>>css.structure: ../themes/base/core.css -//>>css.structure: ../themes/base/progressbar.css -//>>css.theme: ../themes/base/theme.css +//>>css.structure: ../../themes/base/core.css +//>>css.structure: ../../themes/base/progressbar.css +//>>css.theme: ../../themes/base/theme.css ( function( factory ) { if ( typeof define === "function" && define.amd ) { |