2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Remove holder.js.

This commit is contained in:
XhmikosR
2018-11-14 15:59:15 +02:00
parent 369f03fbc5
commit 2b9af5e38c
7 changed files with 4 additions and 33 deletions
+1 -9
View File
@@ -10,7 +10,7 @@
* details, see https://creativecommons.org/licenses/by/3.0/.
*/
/* global ClipboardJS: false, Holder: false, bsCustomFileInput: false */
/* global ClipboardJS: false, bsCustomFileInput: false */
(function ($) {
'use strict'
@@ -103,14 +103,6 @@
$('.bd-content > h2, .bd-content > h3, .bd-content > h4, .bd-content > h5').wrapInner('<div></div>')
// Holder
Holder.addTheme('gray', {
bg: '#777',
fg: 'rgba(255,255,255,.75)',
font: 'Helvetica',
fontweight: 'normal'
})
bsCustomFileInput.init()
})
}(jQuery))
File diff suppressed because one or more lines are too long