Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Page and dialog: Update metadata #7181

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/widgets/dialog.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
//>>description: Displays a page as a modal dialog with inset appearance and overlay background
//>>label: Dialogs
//>>label: Dialogs (deprecated)
//>>group: Widgets
//>>css.structure: ../css/structure/jquery.mobile.dialog.css
//>>css.theme: ../css/themes/default/jquery.mobile.theme.css
Expand Down
4 changes: 2 additions & 2 deletions js/widgets/page.dialog.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
//>>description: Displays a page as a modal dialog with inset appearance and overlay background
//>>label: Dialogs
//>>description: Styles a page as a modal dialog with inset appearance and overlay background
//>>label: Dialog styling
//>>group: Widgets
//>>css.structure: ../css/structure/jquery.mobile.dialog.css
//>>css.theme: ../css/themes/default/jquery.mobile.theme.css
Expand Down