diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-22 12:59:00 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-22 12:59:00 +0200 |
commit | c0a377e0de2a71197152281b61d5e8518dab1356 (patch) | |
tree | eacd41c4a9058b26db163ae978befe4bf14fce29 /view/theme/diabook/theme.php | |
parent | 54817f058a4f62301525950d8cdf0189b4d964dc (diff) | |
download | volse-hubzilla-c0a377e0de2a71197152281b61d5e8518dab1356.tar.gz volse-hubzilla-c0a377e0de2a71197152281b61d5e8518dab1356.tar.bz2 volse-hubzilla-c0a377e0de2a71197152281b61d5e8518dab1356.zip |
diabook-themes: comment-bbcode-bugfix
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index e8518a1c6..84d9f888e 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -480,7 +480,7 @@ function close_lastlikes(){ $a->page['htmlhead'] .= ' <script> -function insertFormatting(BBcode,id) { +function insertFormatting(comment,BBcode,id) { var tmpStr = $("#comment-edit-text-" + id).val(); if(tmpStr == comment) { |