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
Your websites are completely unsuable without Javascript debug console. This is roughly what I see when I enter your sites:
I had to copy all content of the page, paste it into an escape tool (so I don't have to painstainkinkly replace every single character one by one by its escaped sequence), and paste the result back into console in this formar:
document.write("Javascript escaped HTML string")
I guess the issue is caused by wrong Content-Type reported by the server to the browser, which in this case may be text/plain. Please change it to text/html to fix it and then I might start considering using your services. Thank you :)
The text was updated successfully, but these errors were encountered:
Your websites are completely unsuable without Javascript debug console. This is roughly what I see when I enter your sites:
I had to copy all content of the page, paste it into an escape tool (so I don't have to painstainkinkly replace every single character one by one by its escaped sequence), and paste the result back into console in this formar:
I guess the issue is caused by wrong
Content-Type
reported by the server to the browser, which in this case may betext/plain
. Please change it totext/html
to fix it and then I might start considering using your services. Thank you :)The text was updated successfully, but these errors were encountered: