[WebProfilerBundle] Fix CS

This commit is contained in:
alexandresalome 2011-09-17 14:26:06 +02:00
parent fe76d746ec
commit fe13a6ca65

View File

@ -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('');