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
ffb4d902
Commit
ffb4d902
authored
12 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
rebuild with typeahead change
parent
fc509e14
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/js/bootstrap-typeahead.js
+1
-1
docs/assets/js/bootstrap-typeahead.js
docs/assets/js/bootstrap.js
+1
-1
docs/assets/js/bootstrap.js
docs/assets/js/bootstrap.min.js
+1
-1
docs/assets/js/bootstrap.min.js
with
3 additions
and
3 deletions
+3
-3
docs/assets/js/bootstrap-typeahead.js
+
1
-
1
View file @
ffb4d902
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
}
}
,
show
:
function
()
{
,
show
:
function
()
{
var
pos
=
$
.
extend
({},
this
.
$element
.
position
(),
{
var
pos
=
$
.
extend
({},
this
.
$element
.
offset
(),
{
height
:
this
.
$element
[
0
].
offsetHeight
height
:
this
.
$element
[
0
].
offsetHeight
})
})
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.js
+
1
-
1
View file @
ffb4d902
...
@@ -1595,7 +1595,7 @@
...
@@ -1595,7 +1595,7 @@
}
}
,
show
:
function
()
{
,
show
:
function
()
{
var
pos
=
$
.
extend
({},
this
.
$element
.
position
(),
{
var
pos
=
$
.
extend
({},
this
.
$element
.
offset
(),
{
height
:
this
.
$element
[
0
].
offsetHeight
height
:
this
.
$element
[
0
].
offsetHeight
})
})
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.min.js
+
1
-
1
View file @
ffb4d902
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