Commit e9f0bed4 authored by Chris Rebert's avatar Chris Rebert
Browse files

quote data-* attribute value in docs JS per best-practices

parent 573ad10a
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 2 additions and 2 deletions
+2 -2
......@@ -69,7 +69,7 @@
// tooltip demo
$('.tooltip-demo').tooltip({
selector: '[data-toggle=tooltip]',
selector: '[data-toggle="tooltip"]',
container: 'body'
})
......@@ -77,7 +77,7 @@
$('.popover-test').popover()
$('.bs-docs-navbar').tooltip({
selector: 'a[data-toggle=tooltip]',
selector: 'a[data-toggle="tooltip"]',
container: '.bs-docs-navbar .nav'
})
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment