From 51f00274fe8ceb3250ab94d03a9fece74420ea91 Mon Sep 17 00:00:00 2001 From: Adam Heim Date: Tue, 12 Jun 2018 11:54:26 -0400 Subject: [PATCH] Re-run build with update JS file. --- api-docs/index.html | 2 +- dist/css/ajax-bootstrap-select.css | 2 +- dist/css/ajax-bootstrap-select.min.css | 2 +- dist/js/ajax-bootstrap-select.js | 7 ++++++- dist/js/ajax-bootstrap-select.min.js | 4 ++-- dist/js/locale/ajax-bootstrap-select.de-DE.js | 2 +- dist/js/locale/ajax-bootstrap-select.de-DE.min.js | 2 +- dist/js/locale/ajax-bootstrap-select.en-US.js | 2 +- dist/js/locale/ajax-bootstrap-select.en-US.min.js | 2 +- dist/js/locale/ajax-bootstrap-select.es-ES.js | 2 +- dist/js/locale/ajax-bootstrap-select.es-ES.min.js | 2 +- dist/js/locale/ajax-bootstrap-select.fr-FR.js | 2 +- dist/js/locale/ajax-bootstrap-select.fr-FR.min.js | 2 +- dist/js/locale/ajax-bootstrap-select.it-IT.js | 2 +- dist/js/locale/ajax-bootstrap-select.it-IT.min.js | 2 +- dist/js/locale/ajax-bootstrap-select.ja-JP.js | 2 +- dist/js/locale/ajax-bootstrap-select.ja-JP.min.js | 2 +- dist/js/locale/ajax-bootstrap-select.ko-KR.js | 2 +- dist/js/locale/ajax-bootstrap-select.ko-KR.min.js | 2 +- dist/js/locale/ajax-bootstrap-select.nl-NL.js | 2 +- dist/js/locale/ajax-bootstrap-select.nl-NL.min.js | 2 +- dist/js/locale/ajax-bootstrap-select.pl-PL.js | 2 +- dist/js/locale/ajax-bootstrap-select.pl-PL.min.js | 2 +- dist/js/locale/ajax-bootstrap-select.pt-BR.js | 2 +- dist/js/locale/ajax-bootstrap-select.pt-BR.min.js | 2 +- dist/js/locale/ajax-bootstrap-select.ru-RU.js | 2 +- dist/js/locale/ajax-bootstrap-select.ru-RU.min.js | 2 +- dist/js/locale/ajax-bootstrap-select.tr-TR.js | 2 +- dist/js/locale/ajax-bootstrap-select.tr-TR.min.js | 2 +- 29 files changed, 35 insertions(+), 30 deletions(-) diff --git a/api-docs/index.html b/api-docs/index.html index 8588738..54c1981 100644 --- a/api-docs/index.html +++ b/api-docs/index.html @@ -53,7 +53,7 @@

Classes

- + diff --git a/dist/css/ajax-bootstrap-select.css b/dist/css/ajax-bootstrap-select.css index a42d7da..1213472 100644 --- a/dist/css/ajax-bootstrap-select.css +++ b/dist/css/ajax-bootstrap-select.css @@ -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; diff --git a/dist/css/ajax-bootstrap-select.min.css b/dist/css/ajax-bootstrap-select.min.css index 1a41b73..35e7ade 100644 --- a/dist/css/ajax-bootstrap-select.min.css +++ b/dist/css/ajax-bootstrap-select.min.css @@ -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} \ No newline at end of file diff --git a/dist/js/ajax-bootstrap-select.js b/dist/js/ajax-bootstrap-select.js index e59e4f9..f0222d4 100644 --- a/dist/js/ajax-bootstrap-select.js +++ b/dist/js/ajax-bootstrap-select.js @@ -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) { @@ -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); }; diff --git a/dist/js/ajax-bootstrap-select.min.js b/dist/js/ajax-bootstrap-select.min.js index 93aded4..dc5d60b 100644 --- a/dist/js/ajax-bootstrap-select.min.js +++ b/dist/js/ajax-bootstrap-select.min.js @@ -12,9 +12,9 @@ * 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(a,b){var c=function(c,d){var e,f,g=this;d=d||{},this.$element=a(c),this.options=a.extend(!0,{},a.fn.ajaxSelectPicker.defaults,d),this.LOG_ERROR=1,this.LOG_WARNING=2,this.LOG_INFO=3,this.LOG_DEBUG=4,this.lastRequest=!1,this.previousQuery="",this.query="",this.request=!1;var h=[{from:"ajaxResultsPreHook",to:"preprocessData"},{from:"ajaxSearchUrl",to:{ajax:{url:"{{{value}}}"}}},{from:"ajaxOptions",to:"ajax"},{from:"debug",to:function(b){var c={};c.log=Boolean(g.options[b.from])?g.LOG_DEBUG:0,g.options=a.extend(!0,{},g.options,c),delete g.options[b.from],g.log(g.LOG_WARNING,'Deprecated option "'+b.from+'". Update code to use:',c)}},{from:"mixWithCurrents",to:"preserveSelected"},{from:"placeHolderOption",to:{locale:{emptyTitle:"{{{value}}}"}}}];h.length&&a.map(h,function(b){if(g.options[b.from])if(a.isPlainObject(b.to))g.replaceValue(b.to,"{{{value}}}",g.options[b.from]),g.options=a.extend(!0,{},g.options,b.to),g.log(g.LOG_WARNING,'Deprecated option "'+b.from+'". Update code to use:',b.to),delete g.options[b.from];else if(a.isFunction(b.to))b.to.apply(g,[b]);else{var c={};c[b.to]=g.options[b.from],g.options=a.extend(!0,{},g.options,c),g.log(g.LOG_WARNING,'Deprecated option "'+b.from+'". Update code to use:',c),delete g.options[b.from]}});var i=this.$element.data();i.searchUrl&&(g.log(g.LOG_WARNING,'Deprecated attribute name: "data-search-url". Update markup to use: \' data-abs-ajax-url="'+i.searchUrl+"\" '"),this.options.ajax.url=i.searchUrl);var j=function(a,b){return b.toLowerCase()},k=function(a,b,c){var d=[].concat(a),e=d.length,f=c||{};if(e){var g=d.shift();f[g]=k(d,b,f[g])}return e?f:b},l=Object.keys(i).filter(/./.test.bind(new RegExp("^abs[A-Z]")));if(l.length){var m={},n=["locale"];for(e=0,f=l.length;e1&&n.indexOf(p[0])!==-1){for(var q=[p.shift()],r="",s=0;s0)&&f.replaceValue(b[g],c,d,e):h===c&&(e.limit!==!1&&"number"==typeof e.limit&&e.limit--,b[g]=d))})},c.prototype.t=function(a,b){return b=b||this.options.langCode,this.locale[b]&&this.locale[b].hasOwnProperty(a)?this.locale[b][a]:(this.log(this.LOG_WARNING,"Unknown translation key:",a),a)},b.AjaxBootstrapSelect=b.AjaxBootstrapSelect||c;var d=function(b){var c=this;this.$status=a(b.options.templates.status).hide().appendTo(b.selectpicker.$menu);var d=b.t("statusInitialized");d&&d.length&&this.setStatus(d),this.cache={},this.plugin=b,this.selected=[],this.title=null,this.selectedTextFormat=b.selectpicker.options.selectedTextFormat;var e=[];b.$element.find("option").each(function(){var c=a(this),d=c.attr("value");e.push({value:d,text:c.text(),class:c.attr("class")||"",data:c.data()||{},preserved:b.options.preserveSelected,selected:!!c.attr("selected")})}),this.cacheSet("",e),b.options.preserveSelected&&(c.selected=e,b.$element.on("change.abs.preserveSelected",function(d){var e=b.$element.find(":selected");c.selected=[],b.selectpicker.multiple||(e=e.last()),e.each(function(){var b=a(this),d=b.attr("value");c.selected.push({value:d,text:b.text(),class:b.attr("class")||"",data:b.data()||{},preserved:!0,selected:!0})}),c.replaceOptions(c.cacheGet(c.plugin.query))}))};d.prototype.build=function(b){var c,d,e=b.length,f=a(""),g=a("").attr("label",this.plugin.t("currentlySelected"));for(this.plugin.log(this.plugin.LOG_DEBUG,"Building the select list options from data:",b),d=0;d").appendTo(h.preserved?g:f);if(h.hasOwnProperty("divider"))i.attr("data-divider","true");else{i.val(h.value).text(h.text).attr("title",h.text),h.class.length&&i.attr("class",h.class),h.disabled&&i.attr("disabled",!0),h.selected&&!this.plugin.selectpicker.multiple&&f.find(":selected").prop("selected",!1),h.selected&&i.attr("selected",!0);for(c in h.data)h.data.hasOwnProperty(c)&&i.attr("data-"+c,h.data[c])}}g.find("option").length&&g["before"===this.plugin.options.preserveSelectedPosition?"prependTo":"appendTo"](f);var j=f.html();return this.plugin.log(this.plugin.LOG_DEBUG,j),j},d.prototype.cacheGet=function(a,b){var c=this.cache[a]||b;return this.plugin.log(this.LOG_DEBUG,"Retrieving cache:",a,c),c},d.prototype.cacheSet=function(a,b){this.cache[a]=b,this.plugin.log(this.LOG_DEBUG,"Saving to cache:",a,b)},d.prototype.destroy=function(){this.replaceOptions(),this.plugin.list.setStatus(),this.plugin.log(this.plugin.LOG_DEBUG,"Destroyed select list.")},d.prototype.refresh=function(a){this.plugin.selectpicker.$menu.css("minHeight",0),this.plugin.selectpicker.$menu.find("> .inner").css("minHeight",0);var b=this.plugin.t("emptyTitle");!this.plugin.$element.find("option").length&&b&&b.length?this.setTitle(b):(this.title||"static"!==this.selectedTextFormat&&this.selectedTextFormat!==this.plugin.selectpicker.options.selectedTextFormat)&&this.restoreTitle(),this.plugin.selectpicker.refresh(),this.plugin.selectpicker.findLis(),a&&(this.plugin.log(this.plugin.LOG_DEBUG,"Triggering Change"),this.plugin.$element.trigger("change.$")),this.plugin.log(this.plugin.LOG_DEBUG,"Refreshed select list.")},d.prototype.replaceOptions=function(a){var b,c,d,e="",f=[],g=[],h=[];if(a=a||[],this.selected&&this.selected.length){for(this.plugin.log(this.plugin.LOG_INFO,"Processing preserved selections:",this.selected),g=[].concat(this.selected,a),c=g.length,b=0;b'}},/*! * English translation for the "en-US" and "en" language codes. * Mark Carver */ diff --git a/dist/js/locale/ajax-bootstrap-select.de-DE.js b/dist/js/locale/ajax-bootstrap-select.de-DE.js index 417858b..cebc343 100644 --- a/dist/js/locale/ajax-bootstrap-select.de-DE.js +++ b/dist/js/locale/ajax-bootstrap-select.de-DE.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.de-DE.min.js b/dist/js/locale/ajax-bootstrap-select.de-DE.min.js index 906d21f..94532b6 100644 --- a/dist/js/locale/ajax-bootstrap-select.de-DE.min.js +++ b/dist/js/locale/ajax-bootstrap-select.de-DE.min.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.en-US.js b/dist/js/locale/ajax-bootstrap-select.en-US.js index fc6fb0e..f6bbb95 100644 --- a/dist/js/locale/ajax-bootstrap-select.en-US.js +++ b/dist/js/locale/ajax-bootstrap-select.en-US.js @@ -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 ($) { /* diff --git a/dist/js/locale/ajax-bootstrap-select.en-US.min.js b/dist/js/locale/ajax-bootstrap-select.en-US.min.js index 2cdff85..607121a 100644 --- a/dist/js/locale/ajax-bootstrap-select.en-US.min.js +++ b/dist/js/locale/ajax-bootstrap-select.en-US.min.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.es-ES.js b/dist/js/locale/ajax-bootstrap-select.es-ES.js index 6fd19ae..07a8652 100644 --- a/dist/js/locale/ajax-bootstrap-select.es-ES.js +++ b/dist/js/locale/ajax-bootstrap-select.es-ES.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.es-ES.min.js b/dist/js/locale/ajax-bootstrap-select.es-ES.min.js index a4a17ea..9b84dda 100644 --- a/dist/js/locale/ajax-bootstrap-select.es-ES.min.js +++ b/dist/js/locale/ajax-bootstrap-select.es-ES.min.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.fr-FR.js b/dist/js/locale/ajax-bootstrap-select.fr-FR.js index 4c2fc57..4540e3c 100644 --- a/dist/js/locale/ajax-bootstrap-select.fr-FR.js +++ b/dist/js/locale/ajax-bootstrap-select.fr-FR.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.fr-FR.min.js b/dist/js/locale/ajax-bootstrap-select.fr-FR.min.js index fa4792d..aea0f4a 100644 --- a/dist/js/locale/ajax-bootstrap-select.fr-FR.min.js +++ b/dist/js/locale/ajax-bootstrap-select.fr-FR.min.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.it-IT.js b/dist/js/locale/ajax-bootstrap-select.it-IT.js index 8b69810..12cdb71 100644 --- a/dist/js/locale/ajax-bootstrap-select.it-IT.js +++ b/dist/js/locale/ajax-bootstrap-select.it-IT.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.it-IT.min.js b/dist/js/locale/ajax-bootstrap-select.it-IT.min.js index cfe2dc9..df0f28d 100644 --- a/dist/js/locale/ajax-bootstrap-select.it-IT.min.js +++ b/dist/js/locale/ajax-bootstrap-select.it-IT.min.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.ja-JP.js b/dist/js/locale/ajax-bootstrap-select.ja-JP.js index 49959ea..9e2da3f 100644 --- a/dist/js/locale/ajax-bootstrap-select.ja-JP.js +++ b/dist/js/locale/ajax-bootstrap-select.ja-JP.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.ja-JP.min.js b/dist/js/locale/ajax-bootstrap-select.ja-JP.min.js index fe7105b..eb340d5 100644 --- a/dist/js/locale/ajax-bootstrap-select.ja-JP.min.js +++ b/dist/js/locale/ajax-bootstrap-select.ja-JP.min.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.ko-KR.js b/dist/js/locale/ajax-bootstrap-select.ko-KR.js index 2dd7939..9ca9087 100644 --- a/dist/js/locale/ajax-bootstrap-select.ko-KR.js +++ b/dist/js/locale/ajax-bootstrap-select.ko-KR.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.ko-KR.min.js b/dist/js/locale/ajax-bootstrap-select.ko-KR.min.js index 6fdafd7..e5edab8 100644 --- a/dist/js/locale/ajax-bootstrap-select.ko-KR.min.js +++ b/dist/js/locale/ajax-bootstrap-select.ko-KR.min.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.nl-NL.js b/dist/js/locale/ajax-bootstrap-select.nl-NL.js index 601ff6f..09d26bd 100644 --- a/dist/js/locale/ajax-bootstrap-select.nl-NL.js +++ b/dist/js/locale/ajax-bootstrap-select.nl-NL.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.nl-NL.min.js b/dist/js/locale/ajax-bootstrap-select.nl-NL.min.js index 177b02d..5e6ec2f 100644 --- a/dist/js/locale/ajax-bootstrap-select.nl-NL.min.js +++ b/dist/js/locale/ajax-bootstrap-select.nl-NL.min.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.pl-PL.js b/dist/js/locale/ajax-bootstrap-select.pl-PL.js index 61d78a0..1c271ee 100644 --- a/dist/js/locale/ajax-bootstrap-select.pl-PL.js +++ b/dist/js/locale/ajax-bootstrap-select.pl-PL.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.pl-PL.min.js b/dist/js/locale/ajax-bootstrap-select.pl-PL.min.js index f1fbaf3..72c95d1 100644 --- a/dist/js/locale/ajax-bootstrap-select.pl-PL.min.js +++ b/dist/js/locale/ajax-bootstrap-select.pl-PL.min.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.pt-BR.js b/dist/js/locale/ajax-bootstrap-select.pt-BR.js index 3d85a03..6d9708d 100644 --- a/dist/js/locale/ajax-bootstrap-select.pt-BR.js +++ b/dist/js/locale/ajax-bootstrap-select.pt-BR.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.pt-BR.min.js b/dist/js/locale/ajax-bootstrap-select.pt-BR.min.js index 69cc56b..4ebb640 100644 --- a/dist/js/locale/ajax-bootstrap-select.pt-BR.min.js +++ b/dist/js/locale/ajax-bootstrap-select.pt-BR.min.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.ru-RU.js b/dist/js/locale/ajax-bootstrap-select.ru-RU.js index d432dba..52a5737 100644 --- a/dist/js/locale/ajax-bootstrap-select.ru-RU.js +++ b/dist/js/locale/ajax-bootstrap-select.ru-RU.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.ru-RU.min.js b/dist/js/locale/ajax-bootstrap-select.ru-RU.min.js index d6d4da7..d8f43f0 100644 --- a/dist/js/locale/ajax-bootstrap-select.ru-RU.min.js +++ b/dist/js/locale/ajax-bootstrap-select.ru-RU.min.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.tr-TR.js b/dist/js/locale/ajax-bootstrap-select.tr-TR.js index 0821af3..5eef004 100644 --- a/dist/js/locale/ajax-bootstrap-select.tr-TR.js +++ b/dist/js/locale/ajax-bootstrap-select.tr-TR.js @@ -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 ($) { /*! diff --git a/dist/js/locale/ajax-bootstrap-select.tr-TR.min.js b/dist/js/locale/ajax-bootstrap-select.tr-TR.min.js index dad348c..630a34b 100644 --- a/dist/js/locale/ajax-bootstrap-select.tr-TR.min.js +++ b/dist/js/locale/ajax-bootstrap-select.tr-TR.min.js @@ -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 ($) { /*!