Ticket #1613: tiny_mce_src.js.diff

File tiny_mce_src.js.diff, 622 bytes (added by markjaquith, 7 years ago)

Patch against latest 1.6 SVN

  • tiny_mce_src.js

     
    9090        this.defParam("force_br_newlines", false); 
    9191        this.defParam("force_p_newlines", true); 
    9292        this.defParam("add_form_submit_trigger", true); 
    93         this.defParam("relative_urls", true); 
    94         this.defParam("remove_script_host", true); 
     93        this.defParam("relative_urls", false); 
     94        this.defParam("remove_script_host", false); 
    9595        this.defParam("focus_alert", true); 
    9696        this.defParam("document_base_url", this.documentURL); 
    9797        this.defParam("visual", true);