mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-08 00:03:56 -05:00
parent
1d86fcee7b
commit
411fc649f2
@ -221,7 +221,7 @@
|
|||||||
function reportFirefoxTestResult(result) {
|
function reportFirefoxTestResult(result) {
|
||||||
if (!firefoxTestDone) {
|
if (!firefoxTestDone) {
|
||||||
ffBugTestResult.classList.add(result ? 'text-success' : 'text-danger')
|
ffBugTestResult.classList.add(result ? 'text-success' : 'text-danger')
|
||||||
ffBugTestResult.innerHTML = result ? 'PASS' : 'FAIL'
|
ffBugTestResult.textContent = result ? 'PASS' : 'FAIL'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user