Add “comment” links on Sone page.
[Sone.git] / src / main / resources / templates / viewSone.html
index aad70ee..9485ca1 100644 (file)
@@ -1,5 +1,11 @@
 <%include include/head.html>
 
+       <script language="javascript">
+               $(document).ready(function() {
+                       addCommentLinks();
+               });
+       </script>
+
        <%ifnull sone.name>
 
                <h1><%= Page.ViewSone.Page.TitleWithoutSone|l10n|html></h1>