From 7ee76220a75501b1585df053e97261e162b62c04 Mon Sep 17 00:00:00 2001 From: cuneytsenturk Date: Tue, 6 Mar 2018 18:00:22 +0300 Subject: [PATCH] fixed button type for fancyfile --- public/js/bootstrap-fancyfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/bootstrap-fancyfile.js b/public/js/bootstrap-fancyfile.js index f2f205c36..89bd4a032 100644 --- a/public/js/bootstrap-fancyfile.js +++ b/public/js/bootstrap-fancyfile.js @@ -101,7 +101,7 @@ $.fn.fancyfile.defaults = { container : '
', fakeInput : '', - fakeButton : '', + fakeButton : '', text : 'Select File', icon : '', style : '',