Merge branch 'develop' of http://10.0.6.99/gwall/gwall.git into develop
This commit is contained in:
@@ -100,7 +100,7 @@
|
|||||||
this.$input.attr('name', '')
|
this.$input.attr('name', '')
|
||||||
|
|
||||||
//ie8+ doesn't support changing the value of input with type=file so clone instead
|
//ie8+ doesn't support changing the value of input with type=file so clone instead
|
||||||
if($.browser.msie){
|
if($.browser&&$.browser.msie){
|
||||||
var inputClone = this.$input.clone(true);
|
var inputClone = this.$input.clone(true);
|
||||||
this.$input.after(inputClone);
|
this.$input.after(inputClone);
|
||||||
this.$input.remove();
|
this.$input.remove();
|
||||||
|
|||||||
Reference in New Issue
Block a user