Move all AJAX handlers to the same directory as the HTML handlers.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / ajax / GetReplyAjaxPage.java
index 3c43593..77b3ada 100644 (file)
@@ -45,7 +45,7 @@ public class GetReplyAjaxPage extends JsonPage {
         *            The template to render
         */
        public GetReplyAjaxPage(WebInterface webInterface, Template replyTemplate) {
-               super("ajax/getReply.ajax", webInterface);
+               super("getReply.ajax", webInterface);
                this.replyTemplate = replyTemplate;
        }