Skip to content

Commit

Permalink
v1.4.1 - fix snapappointments#415
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol committed Dec 12, 2013
1 parent c0c9009 commit ef8bfc6
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bootstrap-select.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* bootstrap-select v1.4.0
* bootstrap-select v1.4.1
* http:https://silviomoreto.github.io/bootstrap-select/
*
* Copyright 2013 bootstrap-select
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-select.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"select",
"replacement"
],
"version": "1.4.0",
"version": "1.4.1",
"author": {
"name": "Silvio Moreto",
"url": "https://github.com/silviomoreto/"
Expand Down
4 changes: 2 additions & 2 deletions bootstrap-select.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* bootstrap-select v1.4.0
* bootstrap-select v1.4.1
* http:https://silviomoreto.github.io/bootstrap-select/
*
* Copyright 2013 bootstrap-select
Expand Down Expand Up @@ -244,7 +244,7 @@
title = this.options.title != undefined ? this.options.title : this.options.noneSelectedText;
}

this.$button.attr("title", title.trim());
this.$button.attr('title', $.trim(title));
this.$newElement.find('.filter-option').html(title);
},

Expand Down
2 changes: 1 addition & 1 deletion bootstrap-select.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bootstrap-select.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bootstrap-select.css",
"bootstrap-select.js"
],
"version": "1.4.0",
"version": "1.4.1",
"homepage": "https://github.com/silviomoreto/bootstrap-select",
"authors": [
"silviomoreto"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A custom <select> for @twitter bootstrap using button dropdown as replacement",
"keywords": ["form", "bootstrap", "select", "replacement"],
"homepage": "https://github.com/silviomoreto/bootstrap-select",
"version": "1.4.0",
"version": "1.4.1",
"authors": [
{
"name": "Silvio Moreto",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "bootstrap-select",
"filename": "bootstrap-select.js",
"description": "A custom <select> for @twitter bootstrap using button dropdown as replacement",
"version": "1.4.0",
"version": "1.4.1",
"homepage": "http:https://silviomoreto.github.io/bootstrap-select/",
"author": {
"name": "Silvio Moreto",
Expand Down

0 comments on commit ef8bfc6

Please sign in to comment.