diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-09-11 16:14:56 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-09-11 16:14:56 -0400 |
commit | 01e3af4b92381943d5d8ea1deb938f44a361683b (patch) | |
tree | e4a9f2ea326e3e1144915da2edd6c7f944bb3ece /demos/widget | |
parent | 51676c063ae5b3e3f7c80779288b81666b6d8ec0 (diff) | |
download | jquery-ui-01e3af4b92381943d5d8ea1deb938f44a361683b.tar.gz jquery-ui-01e3af4b92381943d5d8ea1deb938f44a361683b.zip |
Widget demo: Remove link to planning wiki.
Diffstat (limited to 'demos/widget')
-rw-r--r-- | demos/widget/default.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/widget/default.html b/demos/widget/default.html index 1faf13b66..809850196 100644 --- a/demos/widget/default.html +++ b/demos/widget/default.html @@ -173,7 +173,6 @@ <div class="demo-description"> <p>This demo shows a simple custom widget built using the widget factory (jquery.ui.widget.js).</p> <p>The three boxes are initialized in different ways. Clicking them changes their background color. View source to see how it works, its heavily commented</p> -<p><a href="http://wiki.jqueryui.com/w/page/12138135/Widget-factory">For more details on the widget factory, visit the jQuery UI planning wiki.</a></p> </div> </body> </html> |