Guest User

Untitled

a guest
Feb 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Index: dataobject_manager/code/simple_tinymce_field/SimpleTinyMCEField.php
  2. ===================================================================
  3. --- dataobject_manager/code/simple_tinymce_field/SimpleTinyMCEField.php (revision 540)
  4. +++ dataobject_manager/code/simple_tinymce_field/SimpleTinyMCEField.php (revision )
  5. @@ -183,7 +183,7 @@
  6. private function buildJS()
  7. {
  8. $js = sprintf("
  9. - $(function() {
  10. + jQuery(function($) {
  11. $('#%s').tinymce({
  12. plugins : '%s',
  13. theme : '%s',
Add Comment
Please, Sign In to add comment