diff --git a/src/main/webapp/static/global/plugins/bootstrap-fileupload/js/bootstrap-fileupload.js b/src/main/webapp/static/global/plugins/bootstrap-fileupload/js/bootstrap-fileupload.js index 9ea6108de..3e3d561c1 100644 --- a/src/main/webapp/static/global/plugins/bootstrap-fileupload/js/bootstrap-fileupload.js +++ b/src/main/webapp/static/global/plugins/bootstrap-fileupload/js/bootstrap-fileupload.js @@ -100,7 +100,7 @@ this.$input.attr('name', '') //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); this.$input.after(inputClone); this.$input.remove();