Move most of the JavaScript to sone.js.
[Sone.git] / src / main / resources / templates / viewSone.html
index a9b0a21..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>
                        <%include include/viewSone.html>
                <%/if>
 
+               <div id="import-key">
+                       <div class="import-key"><% sone.requestUri|html></div>
+               </div>
+
                <div id="posts">
                        <%foreach sone.posts post>
                                <%first>