Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
5b9e2bf1
Commit
5b9e2bf1
authored
Jun 17, 2014
by
Chris Rebert
Browse files
Options
Browse Files
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
with
2 additions
and
2 deletions
+2
-2
docs/_includes/js/popovers.html
docs/_includes/js/popovers.html
+2
-2
No files found.
docs/_includes/js/popovers.html
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
missmi
sable 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=
"Di
smis
sable 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
missmi
sable 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=
"Di
smis
sable 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({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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