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
6e5a2fed
Commit
6e5a2fed
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Nuke .popover-inner from the JS since we nuked it from the CSS/HTML long ago
parent
1d87bcc9
3 merge requests
!6821
Typeahead updater
,
!6666
Patch 1
,
!6610
Add outline for input[type="image"]
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/assets/js/bootstrap-popover.js
+2
-2
docs/assets/js/bootstrap-popover.js
docs/assets/js/bootstrap.js
+2
-2
docs/assets/js/bootstrap.js
docs/assets/js/bootstrap.min.js
+1
-1
docs/assets/js/bootstrap.min.js
js/bootstrap-popover.js
+2
-2
js/bootstrap-popover.js
with
7 additions
and
7 deletions
+7
-7
docs/assets/js/bootstrap-popover.js
+
2
-
2
View file @
6e5a2fed
/* ===========================================================
* bootstrap-popover.js v2.
3.0
* bootstrap-popover.js v2.
2.2
* http://twitter.github.com/bootstrap/javascript.html#popovers
* ===========================================================
* Copyright 2012 Twitter, Inc.
...
...
@@ -99,7 +99,7 @@
placement
:
'
right
'
,
trigger
:
'
click
'
,
content
:
''
,
template
:
'
<div class="popover"><div class="arrow"></div><
div class="popover-inner"><
h3 class="popover-title"></h3><div class="popover-content"></div></div>
</div>
'
,
template
:
'
<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>
'
})
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.js
+
2
-
2
View file @
6e5a2fed
...
...
@@ -1345,7 +1345,7 @@
}(
window
.
jQuery
);
/* ===========================================================
* bootstrap-popover.js v2.
3.0
* bootstrap-popover.js v2.
2.2
* http://twitter.github.com/bootstrap/javascript.html#popovers
* ===========================================================
* Copyright 2012 Twitter, Inc.
...
...
@@ -1445,7 +1445,7 @@
placement
:
'
right
'
,
trigger
:
'
click
'
,
content
:
''
,
template
:
'
<div class="popover"><div class="arrow"></div><
div class="popover-inner"><
h3 class="popover-title"></h3><div class="popover-content"></div></div>
</div>
'
,
template
:
'
<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>
'
})
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.min.js
+
1
-
1
View file @
6e5a2fed
This diff is collapsed.
Click to expand it.
js/bootstrap-popover.js
+
2
-
2
View file @
6e5a2fed
/* ===========================================================
* bootstrap-popover.js v2.
3.0
* bootstrap-popover.js v2.
2.2
* http://twitter.github.com/bootstrap/javascript.html#popovers
* ===========================================================
* Copyright 2012 Twitter, Inc.
...
...
@@ -99,7 +99,7 @@
placement
:
'
right
'
,
trigger
:
'
click
'
,
content
:
''
,
template
:
'
<div class="popover"><div class="arrow"></div><
div class="popover-inner"><
h3 class="popover-title"></h3><div class="popover-content"></div></div>
</div>
'
,
template
:
'
<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>
'
})
...
...
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