First time here? Check out the FAQ!
2

Internet Explorer Javascript Error on Ask a question

Turns out that IE javascript interpreter is extremely pedantic... This causes the ask a question page to not display the tag list or the pre-search results.
In template/media/js/ the following lines are causing errors because there is a hanging comma.

post.js 116: },
post.js 691: delay: 10,
tag_selector.js 358: delay: 10,
live_search.js (479 in my branch): delay: 10,

removing the extra comma solved the errors.

Evgeny's avatar
13.2k
Evgeny
updated 2011-05-04 13:34:34 -0500
Benoit's avatar
875
Benoit
asked 2011-05-04 09:09:02 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Fixed in 0.6.82, thanks!

Evgeny's avatar
13.2k
Evgeny
answered 2011-05-04 13:33:17 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments