Add permalinks for posts and authors.
[Sone.git] / src / main / resources / static / javascript / sone.js
index 8065b73..eb8fc74 100644 (file)
@@ -1692,6 +1692,11 @@ $(document).ready(function() {
                ajaxifyNotification($(this));
        });
 
+       /* disable all permalinks. */
+       $(".permalink").click(function() {
+               return false;
+       });
+
        /* activate status polling. */
        setTimeout(getStatus, 5000);