mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
parent
1d86fcee7b
commit
411fc649f2
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@
|
|||
function reportFirefoxTestResult(result) {
|
||||
if (!firefoxTestDone) {
|
||||
ffBugTestResult.classList.add(result ? 'text-success' : 'text-danger')
|
||||
ffBugTestResult.innerHTML = result ? 'PASS' : 'FAIL'
|
||||
ffBugTestResult.textContent = result ? 'PASS' : 'FAIL'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue