diff options
Diffstat (limited to 'ui/widgets/dialog.js')
-rw-r--r-- | ui/widgets/dialog.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/widgets/dialog.js b/ui/widgets/dialog.js index 0ff816ec6..02f63d728 100644 --- a/ui/widgets/dialog.js +++ b/ui/widgets/dialog.js @@ -1,17 +1,17 @@ /*! * jQuery UI Dialog @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Dialog //>>group: Widgets //>>description: Displays customizable dialog windows. -//>>docs: http://api.jqueryui.com/dialog/ -//>>demos: http://jqueryui.com/dialog/ +//>>docs: https://api.jqueryui.com/dialog/ +//>>demos: https://jqueryui.com/dialog/ //>>css.structure: ../../themes/base/core.css //>>css.structure: ../../themes/base/dialog.css //>>css.theme: ../../themes/base/theme.css |