Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
1fdc7819
Commit
1fdc7819
authored
6 years ago
by
Johann-S
Committed by
XhmikosR
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
use bsCustomFileInput in our docs (#27631)
parent
2df2cdd3
1 merge request
!28721
Hot test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/docs/4.1/assets/js/src/application.js
+3
-1
site/docs/4.1/assets/js/src/application.js
with
3 additions
and
1 deletion
+3
-1
site/docs/4.1/assets/js/src/application.js
+
3
-
1
View file @
1fdc7819
...
@@ -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
))
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets