diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2014-08-22 23:39:35 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-10-07 10:57:59 -0400 |
commit | 40a9d1dfdb6a341904ae7bcd4600b0ef201d14df (patch) | |
tree | b4eaf29211bd94d9f947e8f0613f7798efe98126 /demos/controlgroup/index.html | |
parent | 6e2bbcaa5e19bb933d8024ff5d6fcff34f91e034 (diff) | |
download | jquery-ui-40a9d1dfdb6a341904ae7bcd4600b0ef201d14df.tar.gz jquery-ui-40a9d1dfdb6a341904ae7bcd4600b0ef201d14df.zip |
Controlgroup: Inital commit of new widget
This widget replaces the buttonset widget
Diffstat (limited to 'demos/controlgroup/index.html')
-rw-r--r-- | demos/controlgroup/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/controlgroup/index.html b/demos/controlgroup/index.html index 58e2f7eda..5aa4f5fd6 100644 --- a/demos/controlgroup/index.html +++ b/demos/controlgroup/index.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>jQuery UI Checkboxradio Demos</title> + <title>jQuery UI Controlgroup Demos</title> </head> <body> |