diff options
author | Robert Jaros <rjaros@finn.pl> | 2017-11-03 15:16:42 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2017-11-03 15:16:42 +0100 |
commit | b9a849b4ebf397b04b4b3c405de325b740b958aa (patch) | |
tree | 0be1b01f68064e0f62f295573acaf3579b3d7d82 /src/main/assets | |
parent | d4d9ea0afaf76778f3bb588e501749867053ca5f (diff) | |
download | kvision-b9a849b4ebf397b04b4b3c405de325b740b958aa.tar.gz kvision-b9a849b4ebf397b04b4b3c405de325b740b958aa.tar.bz2 kvision-b9a849b4ebf397b04b4b3c405de325b740b958aa.zip |
Select input components
Diffstat (limited to 'src/main/assets')
-rw-r--r-- | src/main/assets/js/bootstrap-select-i18n.min.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/assets/js/bootstrap-select-i18n.min.js b/src/main/assets/js/bootstrap-select-i18n.min.js new file mode 100644 index 00000000..4428d3c0 --- /dev/null +++ b/src/main/assets/js/bootstrap-select-i18n.min.js @@ -0,0 +1 @@ +!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){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"",noneResultsText:"",countSelectedText:function(a,b){return 1==a?"... ({n})":"... ({n})"},maxOptionsText:function(a,b){return[1==a?"🛇":"🛇",1==b?"🛇":"🛇"]},selectAllText:"++",deselectAllText:"--",multipleSeparator:", "}}(a)});
\ No newline at end of file |