1 votes
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
anotherjesse
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.
5 months ago
Mikado
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.
5 months ago
Mikado
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?)
5 months ago
Mikado
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 months ago
anotherjesse
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 ?
5 months ago