This commit is contained in:
friendica 2013-11-14 17:19:49 -08:00
parent d44f77cbe3
commit d0df12c259

View File

@ -52,7 +52,7 @@
function insertbbcomment(comment,BBcode,id) {
// allow themes to override this
if(typeof(insertFormatting != 'undefined'))
if(typeof(insertFormatting) != 'undefined')
return(insertFormatting(comment,BBcode,id));
var tmpStr = $("#comment-edit-text-" + id).val();