fixed button type for fancyfile
This commit is contained in:
parent
86df2e3791
commit
7ee76220a7
2
public/js/bootstrap-fancyfile.js
vendored
2
public/js/bootstrap-fancyfile.js
vendored
@ -101,7 +101,7 @@
|
||||
$.fn.fancyfile.defaults = {
|
||||
container : '<div class="fancy-file"><div class="fake-file"></div></div>',
|
||||
fakeInput : '<input class="fake-input form-control" type="text" />',
|
||||
fakeButton : '<button class="btn"></button>',
|
||||
fakeButton : '<button type="button" class="btn"></button>',
|
||||
text : 'Select File',
|
||||
icon : '<i class="icon-file glyphicon glyphicon-file"></i>',
|
||||
style : '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user