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