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

Trouble with removing last file-input-name #1

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

This also looks better. Want to do a pull request?

rlietzke commented 11 years ago

Done. Sorry, new to github.

On Thu, Dec 13, 2012 at 1:49 PM, grevory notifications@github.com wrote:

This also looks better. Want to do a pull request?

— Reply to this email directly or view it on GitHubhttps://github.com/grevory/bootstrap-file-input/issues/1#issuecomment-11347373.

Rich