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