mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 06:22:22 +00:00
Commit bootstrap-select
This commit is contained in:
parent
3efe5a2226
commit
502b066311
2
.gitignore
vendored
2
.gitignore
vendored
@ -36,7 +36,7 @@ secrets.py
|
|||||||
*.log
|
*.log
|
||||||
media/
|
media/
|
||||||
output/
|
output/
|
||||||
static/
|
/static/
|
||||||
|
|
||||||
# Virtualenv
|
# Virtualenv
|
||||||
env/
|
env/
|
||||||
|
6
tfjm/static/bootstrap-select/css/bootstrap-select.min.css
vendored
Normal file
6
tfjm/static/bootstrap-select/css/bootstrap-select.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
8
tfjm/static/bootstrap-select/js/bootstrap-select.min.js
vendored
Normal file
8
tfjm/static/bootstrap-select/js/bootstrap-select.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
7
tfjm/static/bootstrap-select/js/defaults-fr_FR.min.js
vendored
Normal file
7
tfjm/static/bootstrap-select/js/defaults-fr_FR.min.js
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
/*!
|
||||||
|
* Bootstrap-select v1.14.0-beta3 (https://developer.snapappointments.com/bootstrap-select)
|
||||||
|
*
|
||||||
|
* Copyright 2012-2022 SnapAppointments, LLC
|
||||||
|
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
||||||
|
*/
|
||||||
|
!function(e,t){void 0===e&&void 0!==window&&(e=window),"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):t(e.jQuery)}(this,function(e){e.fn.selectpicker.defaults={noneSelectedText:"Aucune s\xe9lection",noneResultsText:"Aucun r\xe9sultat pour {0}",countSelectedText:function(e,t){return 1<e?"{0} \xe9l\xe9ments s\xe9lectionn\xe9s":"{0} \xe9l\xe9ment s\xe9lectionn\xe9"},maxOptionsText:function(e,t){return[1<e?"Limite atteinte ({n} \xe9l\xe9ments max)":"Limite atteinte ({n} \xe9l\xe9ment max)",1<t?"Limite du groupe atteinte ({n} \xe9l\xe9ments max)":"Limite du groupe atteinte ({n} \xe9l\xe9ment max)"]},multipleSeparator:", ",selectAllText:"Tout s\xe9lectionner",deselectAllText:"Tout d\xe9s\xe9lectionner"}});
|
1
tfjm/static/bootstrap/css/bootstrap.min.css.map
Normal file
1
tfjm/static/bootstrap/css/bootstrap.min.css.map
Normal file
File diff suppressed because one or more lines are too long
1
tfjm/static/bootstrap/js/bootstrap.bundle.min.js.map
Normal file
1
tfjm/static/bootstrap/js/bootstrap.bundle.min.js.map
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user