Guest User

Untitled

a guest
Feb 24th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. diff --git a/js/tygh/editors/redactor2.editor.js b/js/tygh/editors/redactor2.editor.js
  2. index ba39804..c724442 100644
  3. --- a/js/tygh/editors/redactor2.editor.js
  4. +++ b/js/tygh/editors/redactor2.editor.js
  5. @@ -116,7 +116,9 @@
  6. if (!this.params) {
  7. this.params = {
  8. lang: lang_code,
  9. - removeComments: false
  10. + removeComments: false,
  11. + replaceTags: false,
  12. + overrideStyles: false
  13. };
  14. }
Add Comment
Please, Sign In to add comment