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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 13 years ago
Benoit's avatar
875
Benoit
asked 13 years ago

Comments

see more comments

1 Answer

0

Fixed in 0.6.82, thanks!

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 13 years ago
link

Comments

see more comments