Move most of the JavaScript to sone.js.
[Sone.git] / src / main / resources / templates / viewSone.html
index e8ed4f7..827aa11 100644 (file)
@@ -1,11 +1,5 @@
 <%include include/head.html>
 
-       <script language="javascript">
-               $(document).ready(function() {
-                       addCommentLinks();
-               });
-       </script>
-
        <%ifnull sone.name>
 
                <h1><%= Page.ViewSone.Page.TitleWithoutSone|l10n|html></h1>