diff options
Diffstat (limited to 'templates/post_display.tpl')
| -rw-r--r-- | templates/post_display.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post_display.tpl b/templates/post_display.tpl index 2b41c8d..8ded72f 100644 --- a/templates/post_display.tpl +++ b/templates/post_display.tpl @@ -81,7 +81,7 @@ {assign var=comment_id value=$comment.comment_id} <a onclick=" var e = document.getElementById('warned_message_{$comment.comment_id|escape:"url"}'); - var url = '{$smarty.const.BITBOARDS_PKG_URL}ajax.php?req=10&comment_id={$comment_id}&seq=' + new Date().getTime(); + var url = '{$smarty.const.BITBOARDS_PKG_URL}ajax.php?req=10&comment_id={$comment_id}&seq=' + new Date().getTime(); var element = 'warned_message_{$comment.comment_id|escape:"url"}'; var params = null; {literal} |
