diff --git a/demo/bootstrap.php b/demo/bootstrap.php index 8ef8397c..32b5057f 100644 --- a/demo/bootstrap.php +++ b/demo/bootstrap.php @@ -10,6 +10,7 @@ $debugbar = new StandardDebugBar(); $debugbarRenderer = $debugbar->getJavascriptRenderer() ->setBaseUrl('../src/DebugBar/Resources') + ->setAjaxHandlerEnableTab(true) ->setEnableJqueryNoConflict(false); // @@ -29,9 +30,8 @@ function render_demo_page(Closure $callback = null)