diff options
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 ) { |