Ticket #1613: tiny_mce_src.js.diff
| File tiny_mce_src.js.diff, 622 bytes (added by markjaquith, 7 years ago) |
|---|
-
tiny_mce_src.js
90 90 this.defParam("force_br_newlines", false); 91 91 this.defParam("force_p_newlines", true); 92 92 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); 95 95 this.defParam("focus_alert", true); 96 96 this.defParam("document_base_url", this.documentURL); 97 97 this.defParam("visual", true);
