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