First time here? Check out the FAQ!

Revision history  [back]

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.

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.

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.

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.
results. In template/media/js/ template/media/js/post.js, the following 2 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,
10,

removing the extra comma solved the errors.error.