()
| 5057 | } |
| 5058 | |
| 5059 | function appendToolbar() { |
| 5060 | var toolbar = id("qunit-testrunner-toolbar"); |
| 5061 | |
| 5062 | if (toolbar) { |
| 5063 | toolbar.appendChild(toolbarUrlConfigContainer()); |
| 5064 | toolbar.appendChild(toolbarModuleFilter()); |
| 5065 | toolbar.appendChild(toolbarLooseFilter()); |
| 5066 | toolbar.appendChild(document.createElement("div")).className = "clearfix"; |
| 5067 | } |
| 5068 | } |
| 5069 | |
| 5070 | function appendHeader() { |
| 5071 | var header = id("qunit-header"); |
no test coverage detected