Roo/HtmlEditorCore.js
authorAlan <alan@roojs.com>
Thu, 17 Mar 2022 05:11:10 +0000 (13:11 +0800)
committerAlan <alan@roojs.com>
Thu, 17 Mar 2022 05:11:10 +0000 (13:11 +0800)
Roo/HtmlEditorCore.js

index 991b962..81e6d91 100644 (file)
@@ -654,12 +654,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
         if (this.enableBlocks) {
             Roo.htmleditor.Block.initAll(this.doc.body);
         }
-        
-        try {
-            new Roo.htmleditor.FilterFileWarning({ node : d });
-        } catch(e) {
-            Roo.MessageBox.alert("Invalid URLS in content", "The pasted Content contains file:// URLS - you probably want to check all the links in this file");
-        }
+         
         
         e.preventDefault();
         return false;