Don't include box2d JS for IE8 and below (Bug 803367)#427
Conversation
|
Oops, wrong pull request, nothing merged yet. |
There was a problem hiding this comment.
These could be merged into one file.
|
So this does way more than just not executing box2d. I feel like some CSS changes are here to fix the layout on old IEs but there's also a bunch of deletion in |
|
The #marketplace-partners CSS was for the old partners page, which has been removed. Some other minor changes have been made for IE7/8 layout improvements. The box2d js is now combined/minified. |
There was a problem hiding this comment.
This could be changed to if (!$.fn.jQb2) { return; } to avoid an extra level of indentation.
|
My bad, as @sgarrity pointed out, this function does more than just jQb2 stuff so early return are not ok. I'll merge this. |
|
This is merge in f169584. |
Replacing messy PR #426