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
fe839e6e
Commit
fe839e6e
authored
11 years ago
by
fat
Browse files
Options
Download
Email Patches
Plain Diff
change where modal loads content -– fixes
#10105
,
#9318
,
#9459
parent
1fc08c19
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
dist/js/bootstrap.js
+1
-1
dist/js/bootstrap.js
dist/js/bootstrap.min.js
+1
-1
dist/js/bootstrap.min.js
docs-assets/js/raw-files.js
+1
-1
docs-assets/js/raw-files.js
js/modal.js
+1
-1
js/modal.js
with
4 additions
and
4 deletions
+4
-4
dist/js/bootstrap.js
+
1
-
1
View file @
fe839e6e
...
@@ -785,7 +785,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
...
@@ -785,7 +785,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
this
.
$backdrop
=
this
.
$backdrop
=
this
.
isShown
=
null
this
.
isShown
=
null
if
(
this
.
options
.
remote
)
this
.
$element
.
load
(
this
.
options
.
remote
)
if
(
this
.
options
.
remote
)
this
.
$element
.
find
(
'
.modal-content
'
).
load
(
this
.
options
.
remote
)
}
}
Modal
.
DEFAULTS
=
{
Modal
.
DEFAULTS
=
{
...
...
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.min.js
+
1
-
1
View file @
fe839e6e
This diff is collapsed.
Click to expand it.
docs-assets/js/raw-files.js
+
1
-
1
View file @
fe839e6e
This diff is collapsed.
Click to expand it.
js/modal.js
+
1
-
1
View file @
fe839e6e
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
this
.
$backdrop
=
this
.
$backdrop
=
this
.
isShown
=
null
this
.
isShown
=
null
if
(
this
.
options
.
remote
)
this
.
$element
.
load
(
this
.
options
.
remote
)
if
(
this
.
options
.
remote
)
this
.
$element
.
find
(
'
.modal-content
'
).
load
(
this
.
options
.
remote
)
}
}
Modal
.
DEFAULTS
=
{
Modal
.
DEFAULTS
=
{
...
...
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