You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div class="sfErrorToolbar">An error occurred while loading the web debug toolbar. <a href="{{ path("_profiler", { "token": token }) }}">Open the web profiler.</a></div>
67
+
';
68
+
60
69
if (xhr.status!==0) {
61
-
confirm('An error occurred while loading the web debug toolbar ('+xhr.status+': '+xhr.statusText+').\n\nDo you want to open the profiler?') && (window.location='{{ path("_profiler", { "token": token }) }}');
0 commit comments