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 |
---|---|---|
.. | ||
models | Loading commit data... | |
views | Loading commit data... | |
content.coffee | Loading commit data... | |
discussion.coffee | Loading commit data... | |
discussion_filter.coffee | Loading commit data... | |
discussion_module_view.coffee | Loading commit data... | |
discussion_router.coffee | Loading commit data... | |
main.coffee | Loading commit data... | |
templates.coffee | Loading commit data... | |
tooltip_manager.coffee | Loading commit data... | |
user_profile.coffee | Loading commit data... | |
utils.coffee | Loading commit data... |