Add “comment” links on Sone page.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 19 Oct 2010 19:38:22 +0000 (21:38 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 19 Oct 2010 19:38:22 +0000 (21:38 +0200)
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>