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
d8a7a380
Commit
d8a7a380
authored
12 years ago
by
fat
Browse files
Options
Download
Email Patches
Plain Diff
if no callback, don't try to call callback ya goof
parent
3b562275
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/assets/js/bootstrap-modal.js
+2
-0
docs/assets/js/bootstrap-modal.js
docs/assets/js/bootstrap.js
+2
-0
docs/assets/js/bootstrap.js
docs/assets/js/bootstrap.min.js
+1
-1
docs/assets/js/bootstrap.min.js
js/bootstrap-modal.js
+2
-0
js/bootstrap-modal.js
with
7 additions
and
1 deletion
+7
-1
docs/assets/js/bootstrap-modal.js
+
2
-
0
View file @
d8a7a380
...
...
@@ -171,6 +171,8 @@
this
.
$backdrop
.
addClass
(
'
in
'
)
if
(
!
callback
)
return
doAnimate
?
this
.
$backdrop
.
one
(
$
.
support
.
transition
.
end
,
callback
)
:
callback
()
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.js
+
2
-
0
View file @
d8a7a380
...
...
@@ -969,6 +969,8 @@
this
.
$backdrop
.
addClass
(
'
in
'
)
if
(
!
callback
)
return
doAnimate
?
this
.
$backdrop
.
one
(
$
.
support
.
transition
.
end
,
callback
)
:
callback
()
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.min.js
+
1
-
1
View file @
d8a7a380
This diff is collapsed.
Click to expand it.
js/bootstrap-modal.js
+
2
-
0
View file @
d8a7a380
...
...
@@ -171,6 +171,8 @@
this
.
$backdrop
.
addClass
(
'
in
'
)
if
(
!
callback
)
return
doAnimate
?
this
.
$backdrop
.
one
(
$
.
support
.
transition
.
end
,
callback
)
:
callback
()
...
...
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