powered by UserVoice

fix CSS/JS errors

1 votes
Vote
for

fix CSS/JS errors planned

Right now browsing the site and forum floods the Error Console with CSS warnings and "urchinTracker is not defined" error. Don't know about fixing CSS, but you could at least write smth like "if (urchinTracker) urchinTracker();" in the scripts.

I'll kill the bad css, not sure why urchinTracker isn't working (that is google analytics)

- anotherjesse
  1. Voting Trends (last 60 days)
Sparkline Graph
  1. Comments
  1. Default-avatar
    Admin

    Thanks for the update Mikado, I didn't check the CSS library I was using (blueprint), I just checked the CSS I created.

    I re-opened the bug and will do the conditional you recommended for urchinTracker.

  2. Default-avatar

    Warning: Unknown property 'filter'. Declaration dropped.
    Source File: http://userscripts.org/
    Line: 327
    (if it's an IE hack, I suggest separate CSS file and IE conditional comments to include it when needed)

    And yes, I'm blocking google-analytics.

  3. Default-avatar

    Warning: Expected end of value for property but found '.'. Error in parsing value for property 'font'. Declaration dropped.
    Source File: http://static.userscripts.org/stylesheets/blueprint-screen.css?1211930571
    Line: 149
    (needs quotes probably?)

  4. Default-avatar

    Warning: Error in parsing value for property 'quotes'. Declaration dropped.
    Source File: http://static.userscripts.org/stylesheets/blueprint-screen.css?1211930571
    Line: 38
    (empty property?)

  5. Default-avatar
    Admin

    I think I got all the css issues, let me know if you still see any. Also, what page do you see the urchinTracker? are you blocking google-analytics.com ?

Login to leave a comment

powered by UserVoice