You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
315 B

<div id="comment-container" data-bs-target="{service controller=comment action=list type=$wikiplugin_comment_objectType objectId=$wikiplugin_comment_objectId}"></div>
{jq}
var id = '#comment-container';
$(id).comment_load($(id).data('bs-target'));
$(document).ajaxComplete(function(){$(id).tiki_popover();});
{/jq}