| 70 | var currentBrowserSelector = ":nth-of-type(2)"; |
| 71 | |
| 72 | var setColSpans = function () { |
| 73 | $('#desktop-header' ).prop('colSpan', $('.platform.desktop:visible').length); |
| 74 | $('#compiler-header').prop('colSpan', $('.platform.compiler:visible').length); |
| 75 | $('#engine-header' ).prop('colSpan', $('.platform.engine:visible').length); |
| 76 | $('#mobile-header' ).prop('colSpan', $('.platform.mobile:visible').length); |
| 77 | $('tr.category>td' ).prop('colSpan', $('tr.supertest:first>td:visible').length); |
| 78 | }; |
| 79 | |
| 80 | /** Sticky header */ |
| 81 | var platformTypesHeader = $( |