mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user