Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/253#discussion_r159286930 --- Diff: wicket-core/src/main/java/org/apache/wicket/resource/CoreLibrariesContributor.java --- @@ -63,8 +64,7 @@ public static void contributeAjax(final Application application, final IHeaderRe if (debugSettings.isAjaxDebugModeEnabled()) { response.render(JavaScriptHeaderItem.forReference(jsLibrarySettings.getWicketAjaxDebugReference())); - response.render(JavaScriptHeaderItem.forScript("Wicket.Ajax.DebugWindow.enabled=true;", - "wicket-ajax-debug-enable")); --- End diff -- Also ignore this. :-)
---