]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/js/main.js
try to improve TinyMCE block handling
[friendica.git] / view / theme / frost / js / main.js
index e47ecff376bd6f40dca6d66994ebe3564d49087d..1c865ac3ae7c64d60dcaeedf4695d3f28e15301a 100644 (file)
                                        nnm.append(html);
                                });
 
-                               $("img[data-src]", nnm).each(function(i, el){
+                               $j("img[data-src]", nnm).each(function(i, el){
                                        // Add src attribute for images with a data-src attribute
-                                       $(el).attr('src', $(el).data("src"));
+                                       $j(el).attr('src', $j(el).data("src"));
                                });
                        }
                        notif = eNotif.attr('count');
@@ -682,9 +682,9 @@ function setupFieldRichtext(){
                entity_encoding : "raw",
                add_unload_trigger : false,
                remove_linebreaks : false,
-               force_p_newlines : false,
-               force_br_newlines : true,
-               forced_root_block : '',
+               //force_p_newlines : false,
+               //force_br_newlines : true,
+               forced_root_block : 'div',
                convert_urls: false,
                content_css: baseurl+"/view/custom_tinymce.css",
                theme_advanced_path : false,