grevory / bootstrap-file-input

Standardizes the file input field to look like a Bootstrap button in all browsers
Other
179 stars 63 forks source link

Update file-input-name removal #2

Closed rlietzke closed 11 years ago

rlietzke commented 11 years ago

I changed line 82 to $(this).parent().next('.file-input-name').remove() and now it works for me.

grevory commented 11 years ago

I was wondering if you were going to try this again? I want to incorporate your fix.