]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove unused attribute in Tooltip Advanced doc 5839/head
authorDimitri Walters <dijwalters@gmail.com>
Sat, 20 Sep 2014 16:09:26 +0000 (12:09 -0400)
committerDimitri Walters <dijwalters@gmail.com>
Sat, 20 Sep 2014 16:09:26 +0000 (12:09 -0400)
The Advanced section on the Tooltips page has the attribute `data-options="disable_for_touch:true"`, which is not used in the rendered HTML (it's actually the opposite) or is relevant to this section.

doc/pages/components/tooltips.html

index 66feda290b94523a63c218ea4c5f58d4da3b5eb6..9fc43d76b6e9587c72d56980e63e7980727641be 100644 (file)
@@ -35,7 +35,7 @@ Additional classes can be added to your tooltips to change its appearance.
 
 {{#markdown}}
 ```html
-<span data-tooltip aria-haspopup="true" data-options="disable_for_touch:true" class="has-tip [tip-top tip-bottom tip-left tip-right] [radius round]" title="Tooltips are awesome, you should totally use them!">extended information</span>
+<span data-tooltip aria-haspopup="true" class="has-tip [tip-top tip-bottom tip-left tip-right] [radius round]" title="Tooltips are awesome, you should totally use them!">extended information</span>
 ```
 {{/markdown}}