Add catch to trackFifteenSecondsOnPage() (#15886)
This commit is contained in:
parent
5da625cadb
commit
0b0902d81d
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ function trackFifteenSecondsOnPage(articleId, csrfToken) {
|
|||
'Content-Type': 'application/json',
|
||||
},
|
||||
credentials: 'same-origin',
|
||||
})
|
||||
}).catch((error) => console.error(error))
|
||||
}
|
||||
|
||||
function trackAdImpression(token, adBox) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue