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
32d42596
Commit
32d42596
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
run make on js changes to popover
parent
85c57c6b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/js/bootstrap-popover.js
+3
-3
docs/assets/js/bootstrap-popover.js
docs/assets/js/bootstrap.js
+4
-3
docs/assets/js/bootstrap.js
docs/assets/js/bootstrap.min.js
+1
-1
docs/assets/js/bootstrap.min.js
with
8 additions
and
7 deletions
+8
-7
docs/assets/js/bootstrap-popover.js
+
3
-
3
View file @
32d42596
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
,
content
=
this
.
getContent
()
,
content
=
this
.
getContent
()
$tip
.
find
(
'
.popover-title
'
)[
this
.
options
.
html
?
'
html
'
:
'
text
'
](
title
)
$tip
.
find
(
'
.popover-title
'
)[
this
.
options
.
html
?
'
html
'
:
'
text
'
](
title
)
$tip
.
find
(
'
.popover-content
> *
'
)[
this
.
options
.
html
?
'
html
'
:
'
text
'
](
content
)
$tip
.
find
(
'
.popover-content
'
)[
this
.
options
.
html
?
'
html
'
:
'
text
'
](
content
)
$tip
.
removeClass
(
'
fade top bottom left right in
'
)
$tip
.
removeClass
(
'
fade top bottom left right in
'
)
}
}
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
placement
:
'
right
'
placement
:
'
right
'
,
trigger
:
'
click
'
,
trigger
:
'
click
'
,
content
:
''
,
content
:
''
,
template
:
'
<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><
p></p><
/div></div></div>
'
,
template
:
'
<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"></div></div></div>
'
})
})
}(
window
.
jQuery
);
}(
window
.
jQuery
);
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.js
+
4
-
3
View file @
32d42596
...
@@ -1269,7 +1269,7 @@
...
@@ -1269,7 +1269,7 @@
,
content
=
this
.
getContent
()
,
content
=
this
.
getContent
()
$tip
.
find
(
'
.popover-title
'
)[
this
.
options
.
html
?
'
html
'
:
'
text
'
](
title
)
$tip
.
find
(
'
.popover-title
'
)[
this
.
options
.
html
?
'
html
'
:
'
text
'
](
title
)
$tip
.
find
(
'
.popover-content
> *
'
)[
this
.
options
.
html
?
'
html
'
:
'
text
'
](
content
)
$tip
.
find
(
'
.popover-content
'
)[
this
.
options
.
html
?
'
html
'
:
'
text
'
](
content
)
$tip
.
removeClass
(
'
fade top bottom left right in
'
)
$tip
.
removeClass
(
'
fade top bottom left right in
'
)
}
}
...
@@ -1322,10 +1322,11 @@
...
@@ -1322,10 +1322,11 @@
placement
:
'
right
'
placement
:
'
right
'
,
trigger
:
'
click
'
,
trigger
:
'
click
'
,
content
:
''
,
content
:
''
,
template
:
'
<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><
p></p><
/div></div></div>
'
,
template
:
'
<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"></div></div></div>
'
})
})
}(
window
.
jQuery
);
/* =============================================================
}(
window
.
jQuery
);
/* =============================================================
* bootstrap-scrollspy.js v2.2.2
* bootstrap-scrollspy.js v2.2.2
* http://twitter.github.com/bootstrap/javascript.html#scrollspy
* http://twitter.github.com/bootstrap/javascript.html#scrollspy
* =============================================================
* =============================================================
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.min.js
+
1
-
1
View file @
32d42596
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