We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111f51d commit 079ab73Copy full SHA for 079ab73
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
@@ -188,6 +188,7 @@
188
Sfjs.removeClass(ajaxToolbarPanel, 'sf-toolbar-status-red');
189
} else if (state == 'error') {
190
Sfjs.addClass(ajaxToolbarPanel, 'sf-toolbar-status-red');
191
+ Sfjs.removeClass(ajaxToolbarPanel, 'sf-ajax-request-loading');
192
} else {
193
Sfjs.addClass(ajaxToolbarPanel, 'sf-ajax-request-loading');
194
}
0 commit comments