Github user klopfdreh commented on a diff in the pull request:
https://github.com/apache/wicket/pull/253#discussion_r159220379
--- 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 --
Same as wicket-ajax-base-url
---