diff --git a/api/js/etemplate/et2_widget_htmlarea.js b/api/js/etemplate/et2_widget_htmlarea.js
index 21faf883d1..27bf431ed7 100644
--- a/api/js/etemplate/et2_widget_htmlarea.js
+++ b/api/js/etemplate/et2_widget_htmlarea.js
@@ -209,10 +209,7 @@ var et2_htmlarea = (function(){ "use strict"; return et2_inputWidget.extend([et2
};
editor.on( 'contentDom', function() {
- // For Firefox
editor.document.on('drop', chkImg);
- // For IE
- editor.document.getBody().on('drop', chkImg);
});
}