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