/*!
* bootstrap-fileinput v4.4.9
* http://plugins.krajee.com/file-input
*
* Font Awesome icon theme configuration for bootstrap-fileinput. Requires font awesome assets to be loaded.
*
* Author: Kartik Visweswaran
* Copyright: 2014 - 2018, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
*/
(function ($) {
"use strict";
$.fn.fileinputThemes.fa = {
fileActionSettings: {
removeIcon: '',
uploadIcon: '',
uploadRetryIcon: '',
downloadIcon: '',
zoomIcon: '',
dragIcon: '',
indicatorNew: '',
indicatorSuccess: '',
indicatorError: '',
indicatorLoading: ''
},
layoutTemplates: {
fileIcon: ' '
},
previewZoomButtonIcons: {
prev: '',
next: '',
toggleheader: '',
fullscreen: '',
borderless: '',
close: ''
},
previewFileIcon: '',
browseIcon: '',
removeIcon: '',
cancelIcon: '',
uploadIcon: '',
msgValidationErrorIcon: ' '
};
})(window.jQuery);