driver.js
driver.js copied to clipboard
Title does't support HTML
I'm using version 1.3.1 with the CDN at this url
It only support plain text because the CDN says o.title.innerText=n
Solution: change to o.title.innerHTML=n
The URL doesn't seem to be pointing to the correct version. This was fixed in 1.3.0.