diff options
Diffstat (limited to 'ui/widgets/dialog.js')
-rw-r--r-- | ui/widgets/dialog.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/widgets/dialog.js b/ui/widgets/dialog.js index b143d291e..f0a2f6751 100644 --- a/ui/widgets/dialog.js +++ b/ui/widgets/dialog.js @@ -12,9 +12,9 @@ //>>description: Displays customizable dialog windows. //>>docs: http://api.jqueryui.com/dialog/ //>>demos: http://jqueryui.com/dialog/ -//>>css.structure: ../themes/base/core.css -//>>css.structure: ../themes/base/dialog.css -//>>css.theme: ../themes/base/theme.css +//>>css.structure: ../../themes/base/core.css +//>>css.structure: ../../themes/base/dialog.css +//>>css.theme: ../../themes/base/theme.css ( function( factory ) { if ( typeof define === "function" && define.amd ) { |