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
501aabf5
Commit
501aabf5
authored
12 years ago
by
fat
Browse files
Options
Download
Email Patches
Plain Diff
remove prevent default on focus
parent
366e1e0a
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/assets/js/bootstrap-typeahead.js
+0
-1
docs/assets/js/bootstrap-typeahead.js
docs/assets/js/bootstrap.js
+0
-1
docs/assets/js/bootstrap.js
docs/assets/js/bootstrap.min.js
+1
-1
docs/assets/js/bootstrap.min.js
js/bootstrap-typeahead.js
+0
-1
js/bootstrap-typeahead.js
with
1 addition
and
4 deletions
+1
-4
docs/assets/js/bootstrap-typeahead.js
+
0
-
1
View file @
501aabf5
...
...
@@ -329,7 +329,6 @@
$
(
document
).
on
(
'
focus.typeahead.data-api
'
,
'
[data-provide="typeahead"]
'
,
function
(
e
)
{
var
$this
=
$
(
this
)
if
(
$this
.
data
(
'
typeahead
'
))
return
e
.
preventDefault
()
$this
.
typeahead
(
$this
.
data
())
})
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.js
+
0
-
1
View file @
501aabf5
...
...
@@ -2145,7 +2145,6 @@
$
(
document
).
on
(
'
focus.typeahead.data-api
'
,
'
[data-provide="typeahead"]
'
,
function
(
e
)
{
var
$this
=
$
(
this
)
if
(
$this
.
data
(
'
typeahead
'
))
return
e
.
preventDefault
()
$this
.
typeahead
(
$this
.
data
())
})
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.min.js
+
1
-
1
View file @
501aabf5
This diff is collapsed.
Click to expand it.
js/bootstrap-typeahead.js
+
0
-
1
View file @
501aabf5
...
...
@@ -329,7 +329,6 @@
$
(
document
).
on
(
'
focus.typeahead.data-api
'
,
'
[data-provide="typeahead"]
'
,
function
(
e
)
{
var
$this
=
$
(
this
)
if
(
$this
.
data
(
'
typeahead
'
))
return
e
.
preventDefault
()
$this
.
typeahead
(
$this
.
data
())
})
...
...
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