Change client-side code references from "delete" to "_delete". Some of these were method names (or would generate method names), which breaks in IE8 because "delete" is a JavaScript reserved keyword. foo["delete"] is ok, but foo.delete is not. This also makes forums marginally functional in IE8, though the left-nav still has some display issues.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
discussion_content_view.coffee | Loading commit data... | |
discussion_thread_edit_view.coffee | Loading commit data... | |
discussion_thread_list_view.coffee | Loading commit data... | |
discussion_thread_profile_view.coffee | Loading commit data... | |
discussion_thread_show_view.coffee | Loading commit data... | |
discussion_thread_view.coffee | Loading commit data... | |
discussion_thread_view_inline.coffee | Loading commit data... | |
discussion_user_profile_view.coffee | Loading commit data... | |
new_post_inline_vew.coffee | Loading commit data... | |
new_post_view.coffee | Loading commit data... | |
response_comment_show_view.coffee | Loading commit data... | |
response_comment_view.coffee | Loading commit data... | |
thread_response_edit_view.coffee | Loading commit data... | |
thread_response_show_view.coffee | Loading commit data... | |
thread_response_view.coffee | Loading commit data... |