mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 23:40:23 +00:00
use bsCustomFileInput in our docs (#27631)
This commit is contained in:
parent
2df2cdd33d
commit
1fdc7819cd
1 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
* details, see https://creativecommons.org/licenses/by/3.0/.
|
||||
*/
|
||||
|
||||
/* global ClipboardJS: false, anchors: false, Holder: false */
|
||||
/* global ClipboardJS: false, anchors: false, Holder: false, bsCustomFileInput: false */
|
||||
|
||||
(function ($) {
|
||||
'use strict'
|
||||
|
|
@ -108,5 +108,7 @@
|
|||
font: 'Helvetica',
|
||||
fontweight: 'normal'
|
||||
})
|
||||
|
||||
bsCustomFileInput.init()
|
||||
})
|
||||
}(jQuery))
|
||||
|
|
|
|||
Loading…
Reference in a new issue