Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit 625c4f6

Browse files
committed
grunt dist
1 parent 7de072a commit 625c4f6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+75
-74
lines changed

dist/css/bootstrap-select.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/css/bootstrap-select.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-select.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
33
*
4-
* Copyright 2013-2016 bootstrap-select
4+
* Copyright 2013-2017 bootstrap-select
55
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
66
*/
77

@@ -860,8 +860,7 @@
860860
menuInner.appendChild(divider);
861861
if (header) menu.appendChild(header);
862862
if (search) {
863-
// create a span instead of input as creating an input element is slower
864-
var input = document.createElement('span');
863+
var input = document.createElement('input');
865864
search.className = 'bs-searchbox';
866865
input.className = 'form-control';
867866
search.appendChild(input);

dist/js/bootstrap-select.js.map

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-select.min.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.

dist/js/i18n/defaults-ar_AR.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
33
*
4-
* Copyright 2013-2016 bootstrap-select
4+
* Copyright 2013-2017 bootstrap-select
55
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
66
*/
77

dist/js/i18n/defaults-ar_AR.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
33
*
4-
* Copyright 2013-2016 bootstrap-select
4+
* Copyright 2013-2017 bootstrap-select
55
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
66
*/
77
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){/*!

dist/js/i18n/defaults-bg_BG.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
33
*
4-
* Copyright 2013-2016 bootstrap-select
4+
* Copyright 2013-2017 bootstrap-select
55
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
66
*/
77

dist/js/i18n/defaults-bg_BG.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.

dist/js/i18n/defaults-cro_CRO.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
33
*
4-
* Copyright 2013-2016 bootstrap-select
4+
* Copyright 2013-2017 bootstrap-select
55
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
66
*/
77

0 commit comments

Comments
 (0)