Skip to content
GitLab
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
5b9e2bf1
Commit
5b9e2bf1
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
popovers.html: fix typo: "Dimissmisable"
parent
3f68c40a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/js/popovers.html
+2
-2
docs/_includes/js/popovers.html
with
2 additions
and
2 deletions
+2
-2
docs/_includes/js/popovers.html
+
2
-
2
View file @
5b9e2bf1
...
@@ -111,10 +111,10 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
...
@@ -111,10 +111,10 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
<h4>
Dismiss on next click
</h4>
<h4>
Dismiss on next click
</h4>
<p>
Use the
<code>
focus
</code>
trigger to dismiss popovers on their next click.
</p>
<p>
Use the
<code>
focus
</code>
trigger to dismiss popovers on their next click.
</p>
<div
class=
"bs-example"
style=
"padding-bottom: 24px;"
>
<div
class=
"bs-example"
style=
"padding-bottom: 24px;"
>
<button
type=
"button"
class=
"btn btn-lg btn-danger bs-docs-popover-dismiss"
data-toggle=
"popover"
title=
"Di
mis
smisable popover"
data-content=
"And here's some amazing content. It's very engaging. Right?"
>
Dismissable popover
</button>
<button
type=
"button"
class=
"btn btn-lg btn-danger bs-docs-popover-dismiss"
data-toggle=
"popover"
title=
"Dismis
s
able popover"
data-content=
"And here's some amazing content. It's very engaging. Right?"
>
Dismissable popover
</button>
</div>
</div>
{% highlight html %}
{% highlight html %}
<button
type=
"button"
class=
"btn btn-lg btn-danger popover-dismiss"
data-toggle=
"popover"
title=
"Di
mis
smisable popover"
data-content=
"And here's some amazing content. It's very engaging. Right?"
>
Dismissable popover
</button>
<button
type=
"button"
class=
"btn btn-lg btn-danger popover-dismiss"
data-toggle=
"popover"
title=
"Dismis
s
able popover"
data-content=
"And here's some amazing content. It's very engaging. Right?"
>
Dismissable popover
</button>
{% endhighlight %}
{% endhighlight %}
{% highlight js %}
{% highlight js %}
$('.popover-dismiss').popover({
$('.popover-dismiss').popover({
...
...
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