Skip to content

Commit b05a287

Browse files
committed
run grunt
1 parent a28d953 commit b05a287

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dist/css/bootstrap.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2583,7 +2583,7 @@ input[type="button"].btn-block {
25832583
@font-face {
25842584
font-family: 'Glyphicons Halflings';
25852585
src: url('../fonts/glyphicons-halflings-regular.eot');
2586-
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
2586+
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
25872587
}
25882588

25892589
.glyphicon {

dist/css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
17691769
Tab.prototype.show = function () {
17701770
var $this = this.element
17711771
var $ul = $this.closest('ul:not(.dropdown-menu)')
1772-
var selector = $this.attr('data-target')
1772+
var selector = $this.data('target')
17731773

17741774
if (!selector) {
17751775
selector = $this.attr('href')

dist/js/bootstrap.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs-assets/js/raw-files.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)