Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javascript Is Improperly Escaped, Causing Error on Dashboard #440

Closed
mankyd opened this issue Apr 18, 2012 · 1 comment
Closed

Javascript Is Improperly Escaped, Causing Error on Dashboard #440

mankyd opened this issue Apr 18, 2012 · 1 comment

Comments

@mankyd
Copy link

mankyd commented Apr 18, 2012

I get a JS error when loading the front page of a project. The following is found in the HTML:

<script>

    Sentry.realtime.config({
        projectId: &quot;trunk&quot;,
        viewId: null
    })
    Sentry.realtime.enable();

</script>

Notice the improper """ around the projectId.

@mankyd
Copy link
Author

mankyd commented Apr 18, 2012

I should add that this is on a new installation of 4.0.12 that I created today. I also saw it on 4.0.11.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants