typo
This commit is contained in:
parent
d44f77cbe3
commit
d0df12c259
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
function insertbbcomment(comment,BBcode,id) {
|
function insertbbcomment(comment,BBcode,id) {
|
||||||
// allow themes to override this
|
// allow themes to override this
|
||||||
if(typeof(insertFormatting != 'undefined'))
|
if(typeof(insertFormatting) != 'undefined')
|
||||||
return(insertFormatting(comment,BBcode,id));
|
return(insertFormatting(comment,BBcode,id));
|
||||||
|
|
||||||
var tmpStr = $("#comment-edit-text-" + id).val();
|
var tmpStr = $("#comment-edit-text-" + id).val();
|
||||||
|
Reference in New Issue
Block a user