Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
9a51410f
Commit
9a51410f
authored
Jun 10, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grunt
parent
8d8524e5
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
76 additions
and
26 deletions
+76
-26
dist/css/bootstrap.css.map
dist/css/bootstrap.css.map
+0
-0
dist/js/bootstrap.js
dist/js/bootstrap.js
+72
-24
dist/js/bootstrap.min.js
dist/js/bootstrap.min.js
+2
-1
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.css.map
+0
-0
docs/dist/js/bootstrap.min.js
docs/dist/js/bootstrap.min.js
+2
-1
No files found.
dist/css/bootstrap.css.map
View file @
9a51410f
This diff was suppressed by a .gitattributes entry.
dist/js/bootstrap.js
View file @
9a51410f
...
...
@@ -15,7 +15,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
* ======================================================================== */
+
function
(
$
)
{
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
// CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
...
...
@@ -54,7 +58,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
$
.
support
.
transition
=
transitionEnd
()
})
}
(
jQuery
);
});
/* ========================================================================
* Bootstrap: alert.js v3.1.1
...
...
@@ -65,7 +69,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
* ======================================================================== */
+
function
(
$
)
{
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
// ALERT CLASS DEFINITION
...
...
@@ -147,7 +155,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
$
(
document
).
on
(
'
click.bs.alert.data-api
'
,
dismiss
,
Alert
.
prototype
.
close
)
}
(
jQuery
);
});
/* ========================================================================
* Bootstrap: button.js v3.1.1
...
...
@@ -158,7 +166,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
* ======================================================================== */
+
function
(
$
)
{
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
// BUTTON PUBLIC CLASS DEFINITION
...
...
@@ -258,7 +270,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
e
.
preventDefault
()
})
}
(
jQuery
);
});
/* ========================================================================
* Bootstrap: carousel.js v3.1.1
...
...
@@ -269,7 +281,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
* ======================================================================== */
+
function
(
$
)
{
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
// CAROUSEL CLASS DEFINITION
...
...
@@ -471,7 +487,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
})
})
}
(
jQuery
);
});
/* ========================================================================
* Bootstrap: collapse.js v3.1.1
...
...
@@ -482,7 +498,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
* ======================================================================== */
+
function
(
$
)
{
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
// COLLAPSE PUBLIC CLASS DEFINITION
...
...
@@ -653,7 +673,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
Plugin
.
call
(
$target
,
option
)
})
}
(
jQuery
);
});
/* ========================================================================
* Bootstrap: dropdown.js v3.1.1
...
...
@@ -664,7 +684,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
* ======================================================================== */
+
function
(
$
)
{
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
// DROPDOWN CLASS DEFINITION
...
...
@@ -805,7 +829,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
.
on
(
'
click.bs.dropdown.data-api
'
,
toggle
,
Dropdown
.
prototype
.
toggle
)
.
on
(
'
keydown.bs.dropdown.data-api
'
,
toggle
+
'
, [role="menu"], [role="listbox"]
'
,
Dropdown
.
prototype
.
keydown
)
}
(
jQuery
);
});
/* ========================================================================
* Bootstrap: modal.js v3.1.1
...
...
@@ -816,7 +840,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
* ======================================================================== */
+
function
(
$
)
{
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
// MODAL CLASS DEFINITION
...
...
@@ -1086,7 +1114,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
Plugin
.
call
(
$target
,
option
,
this
)
})
}
(
jQuery
);
});
/* ========================================================================
* Bootstrap: tooltip.js v3.1.1
...
...
@@ -1098,7 +1126,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
* ======================================================================== */
+
function
(
$
)
{
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
// TOOLTIP PUBLIC CLASS DEFINITION
...
...
@@ -1544,7 +1576,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
return
this
}
}
(
jQuery
);
});
/* ========================================================================
* Bootstrap: popover.js v3.1.1
...
...
@@ -1555,7 +1587,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
* ======================================================================== */
+
function
(
$
)
{
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
// POPOVER PUBLIC CLASS DEFINITION
...
...
@@ -1658,7 +1694,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
return
this
}
}
(
jQuery
);
});
/* ========================================================================
* Bootstrap: scrollspy.js v3.1.1
...
...
@@ -1669,7 +1705,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
* ======================================================================== */
+
function
(
$
)
{
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
// SCROLLSPY CLASS DEFINITION
...
...
@@ -1819,7 +1859,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
})
})
}
(
jQuery
);
});
/* ========================================================================
* Bootstrap: tab.js v3.1.1
...
...
@@ -1830,7 +1870,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
* ======================================================================== */
+
function
(
$
)
{
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
// TAB CLASS DEFINITION
...
...
@@ -1948,7 +1992,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
Plugin
.
call
(
$
(
this
),
'
show
'
)
})
}
(
jQuery
);
});
/* ========================================================================
* Bootstrap: affix.js v3.1.1
...
...
@@ -1959,7 +2003,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
* ======================================================================== */
+
function
(
$
)
{
(
function
(
o_o
)
{
typeof
define
===
'
function
'
&&
define
.
amd
?
define
([
'
jquery
'
],
o_o
)
:
typeof
exports
===
'
object
'
?
o_o
(
require
(
'
jquery
'
))
:
o_o
(
this
.
jQuery
)
})(
function
(
$
)
{
'
use strict
'
;
// AFFIX CLASS DEFINITION
...
...
@@ -2091,4 +2139,4 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
})
})
}
(
jQuery
);
});
dist/js/bootstrap.min.js
View file @
9a51410f
This diff is collapsed.
Click to expand it.
docs/dist/css/bootstrap.css.map
View file @
9a51410f
This diff was suppressed by a .gitattributes entry.
docs/dist/js/bootstrap.min.js
View file @
9a51410f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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