Move all AJAX handlers to the same directory as the HTML handlers.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / ajax / MarkReplyAsKnownPage.java
index 2406c7a..6a4f72b 100644 (file)
@@ -35,7 +35,7 @@ public class MarkReplyAsKnownPage extends JsonPage {
         *            The Sone web interface
         */
        public MarkReplyAsKnownPage(WebInterface webInterface) {
-               super("ajax/markReplyAsKnown.ajax", webInterface);
+               super("markReplyAsKnown.ajax", webInterface);
        }
 
        /**