Show arrow before links in notifications that link to the current page.
[Sone.git] / src / main / resources / static / javascript / sone.js
index e300214..d21e6c6 100644 (file)
@@ -878,7 +878,7 @@ function ajaxifyNotification(notification) {
                if (linkElement.is("[href^='viewPost']")) {
                        id = linkElement.attr("class").substr(5);
                        if (hasPost(id)) {
-                               linkElement.attr("href", "#post-" + id);
+                               linkElement.attr("href", "#post-" + id).addClass("in-page-link");
                        }
                }
        });