Skip to content

Commit

Permalink
Re-run build with update JS file.
Browse files Browse the repository at this point in the history
  • Loading branch information
truckingsim committed Jun 12, 2018
1 parent e185376 commit 51f0027
Show file tree
Hide file tree
Showing 29 changed files with 35 additions and 30 deletions.
2 changes: 1 addition & 1 deletion api-docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3>Classes</h3>



<div id='footer-content' style='display: none'>Generated on Tue 12 Jun 2018 11:51:20 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>
<div id='footer-content' style='display: none'>Generated on Tue 12 Jun 2018 11:53:58 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>



Expand Down
2 changes: 1 addition & 1 deletion dist/css/ajax-bootstrap-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:21 AM EDT
* Last build: 2018-06-12 11:53:58 AM EDT
*/
.bootstrap-select .status {
background: #f0f0f0;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/ajax-bootstrap-select.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:21 AM EDT
* Last build: 2018-06-12 11:53:58 AM EDT
*/.bootstrap-select .status{background:#f0f0f0;clear:both;color:#999;font-size:11px;font-style:italic;font-weight:500;line-height:1;margin-bottom:-5px;padding:10px 20px}
7 changes: 6 additions & 1 deletion dist/js/ajax-bootstrap-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($, window) {

Expand Down Expand Up @@ -967,6 +967,11 @@ var AjaxBootstrapSelectRequest = function (plugin) {
// current search query.
this.plugin.replaceValue(this.options.data, '{{{q}}}', this.plugin.query);

// Allow the url to be dynamically generated if passed as function.
if (this.options.url && $.isFunction(this.options.url)) {
this.options.url = this.options.url.apply(this);
}

// Invoke the AJAX request.
this.jqXHR = $.ajax(this.options);
};
Expand Down
4 changes: 2 additions & 2 deletions dist/js/ajax-bootstrap-select.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.de-DE.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.de-DE.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.en-US.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.es-ES.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.es-ES.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.fr-FR.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.fr-FR.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.it-IT.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.it-IT.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.ja-JP.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.ja-JP.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.ko-KR.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.ko-KR.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.nl-NL.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.nl-NL.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.pl-PL.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.pl-PL.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.pt-BR.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.pt-BR.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.ru-RU.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.ru-RU.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.tr-TR.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/js/locale/ajax-bootstrap-select.tr-TR.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Contributors:
* Mark Carver - https://github.com/markcarver
*
* Last build: 2018-06-12 11:51:19 AM EDT
* Last build: 2018-06-12 11:53:57 AM EDT
*/
!(function ($) {
/*!
Expand Down

0 comments on commit 51f0027

Please sign in to comment.