From fe13a6ca653b58dd19d5cb926829e4ee1d41e9eb Mon Sep 17 00:00:00 2001 From: alexandresalome Date: Sat, 17 Sep 2011 14:26:06 +0200 Subject: [PATCH] [WebProfilerBundle] Fix CS --- .../Resources/views/Profiler/toolbar_js.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig index 74380c3009..f77e9df522 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig @@ -16,7 +16,7 @@ wdt.innerHTML = xhr.responseText; wdt.style.display = 'block'; } else if (4 === xhr.readyState && xhr.status != 200) { - confirm('An error occured while loading the debug toolbar ('+xhr.status+': '+xhr.statusText.') .\n\nDo you want to open the page ?') && (window.location = url); + confirm('An error occured while loading the debug toolbar ('+xhr.status+': '+xhr.statusText.') .\n\nDo you want to open the page ?') && (window.location = url); } }; xhr.send('');