Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
e9f0bed4
Commit
e9f0bed4
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
quote data-* attribute value in docs JS per best-practices
parent
573ad10a
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/js/_src/application.js
+2
-2
docs/assets/js/_src/application.js
with
2 additions
and
2 deletions
+2
-2
docs/assets/js/_src/application.js
+
2
-
2
View file @
e9f0bed4
...
...
@@ -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
'
})
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets