From: Johann-S Date: Thu, 8 Nov 2018 15:22:45 +0000 (+0100) Subject: use bsCustomFileInput in our docs (#27631) X-Git-Tag: v4.2.0~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fdc7819cdc0cdbd0cb15ecc9d9b9324dd3902c3;p=thirdparty%2Fbootstrap.git use bsCustomFileInput in our docs (#27631) --- diff --git a/site/docs/4.1/assets/js/src/application.js b/site/docs/4.1/assets/js/src/application.js index 6938b9ebe9..40dbaea453 100644 --- a/site/docs/4.1/assets/js/src/application.js +++ b/site/docs/4.1/assets/js/src/application.js @@ -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))