Merge branch 'patch-1' of github.com:ameyab/bootstrap into 2.2.2-j4-wip

This commit is contained in:
Arnold Daniels
2013-01-27 22:32:06 -08:00

View File

@@ -101,7 +101,7 @@
this.$input.attr('name', '')
//ie8+ doesn't support changing the value of input with type=file so clone instead
if($.browser.msie){
if (navigator.userAgent.match(/msie/i)){
var inputClone = this.$input.clone(true);
this.$input.after(inputClone);
this.$input.remove();