Commit 1fdc7819 authored by Johann-S's avatar Johann-S Committed by XhmikosR
Browse files

use bsCustomFileInput in our docs (#27631)

parent 2df2cdd3
1 merge request!28721Hot test
Showing with 3 additions and 1 deletion
+3 -1
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* details, see https://creativecommons.org/licenses/by/3.0/. * 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 ($) { (function ($) {
'use strict' 'use strict'
...@@ -108,5 +108,7 @@ ...@@ -108,5 +108,7 @@
font: 'Helvetica', font: 'Helvetica',
fontweight: 'normal' fontweight: 'normal'
}) })
bsCustomFileInput.init()
}) })
}(jQuery)) }(jQuery))
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment