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
e9d6756a
Commit
e9d6756a
authored
10 years ago
by
Heinrich Fenkart
Browse files
Options
Download
Email Patches
Plain Diff
Fix regression of
#10038
introduced by #13772
parent
63767f88
6 merge requests
!28721
Hot test
,
!13800
Fix regression of #10038 introduced by #13772
,
!13801
UMD code style
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
js/affix.js
+1
-1
js/affix.js
js/alert.js
+1
-1
js/alert.js
js/button.js
+1
-1
js/button.js
js/carousel.js
+1
-1
js/carousel.js
js/collapse.js
+1
-1
js/collapse.js
js/dropdown.js
+1
-1
js/dropdown.js
js/modal.js
+1
-1
js/modal.js
js/popover.js
+1
-1
js/popover.js
js/scrollspy.js
+1
-1
js/scrollspy.js
js/tab.js
+1
-1
js/tab.js
js/tooltip.js
+1
-1
js/tooltip.js
js/transition.js
+1
-1
js/transition.js
with
12 additions
and
12 deletions
+12
-12
js/affix.js
+
1
-
1
View file @
e9d6756a
...
...
@@ -9,7 +9,7 @@
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
...
...
This diff is collapsed.
Click to expand it.
js/alert.js
+
1
-
1
View file @
e9d6756a
...
...
@@ -9,7 +9,7 @@
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
...
...
This diff is collapsed.
Click to expand it.
js/button.js
+
1
-
1
View file @
e9d6756a
...
...
@@ -9,7 +9,7 @@
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
...
...
This diff is collapsed.
Click to expand it.
js/carousel.js
+
1
-
1
View file @
e9d6756a
...
...
@@ -9,7 +9,7 @@
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
...
...
This diff is collapsed.
Click to expand it.
js/collapse.js
+
1
-
1
View file @
e9d6756a
...
...
@@ -9,7 +9,7 @@
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
...
...
This diff is collapsed.
Click to expand it.
js/dropdown.js
+
1
-
1
View file @
e9d6756a
...
...
@@ -9,7 +9,7 @@
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
...
...
This diff is collapsed.
Click to expand it.
js/modal.js
+
1
-
1
View file @
e9d6756a
...
...
@@ -9,7 +9,7 @@
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
...
...
This diff is collapsed.
Click to expand it.
js/popover.js
+
1
-
1
View file @
e9d6756a
...
...
@@ -9,7 +9,7 @@
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
...
...
This diff is collapsed.
Click to expand it.
js/scrollspy.js
+
1
-
1
View file @
e9d6756a
...
...
@@ -9,7 +9,7 @@
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
...
...
This diff is collapsed.
Click to expand it.
js/tab.js
+
1
-
1
View file @
e9d6756a
...
...
@@ -9,7 +9,7 @@
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
...
...
This diff is collapsed.
Click to expand it.
js/tooltip.js
+
1
-
1
View file @
e9d6756a
...
...
@@ -10,7 +10,7 @@
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
...
...
This diff is collapsed.
Click to expand it.
js/transition.js
+
1
-
1
View file @
e9d6756a
...
...
@@ -9,7 +9,7 @@
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
...
...
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