Hello,
I don't know why, but the developer toolbar is not shown at the developer environment. The html code is well formed, in fact if I view the source code of the webpage it seems that the developer toolbar is set invisible.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>The title</title>
</head>
<body>
hello world!
<div id="sfwdt50fc54af5afb0" style="display: none"></div><script type="text/javascript">/*<![CDATA[*/ (function () { var wdt, xhr; wdt = document.getElementById('sfwdt50fc54af5afb0'); if (window.XMLHttpRequest) { xhr = new XMLHttpRequest(); } else { xhr = new ActiveXObject('Microsoft.XMLHTTP'); } xhr.open('GET', '/app_dev.php/_wdt/50fc54af5afb0', true); xhr.setRequestHeader('X-Requested-With', 'XMLHttpRequest'); xhr.onreadystatechange = function(state) { if (4 === xhr.readyState && 200 === xhr.status && -1 !== xhr.responseText.indexOf('sf-toolbarreset')) { wdt.innerHTML = xhr.responseText; wdt.style.display = 'block'; } }; xhr.send(''); })();/*]]>*/</script>
</body>
</html>
Any ideas to make it visible again??
Thanks in Advance!
MdeV
