From d0df12c259d84cd4e341aa484692ebbb7367f9f6 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 14 Nov 2013 17:19:49 -0800 Subject: typo --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/main.js b/js/main.js index 29e408e64..f9dc95daa 100644 --- a/js/main.js +++ b/js/main.js @@ -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(); -- cgit v1.2.3