Open GoogleCodeExporter opened 9 years ago
IE11 has changed the navigator.appVersion string, so the necessary regexp must
include an alternation to find both the old "MSIE ##.#" and the new "rv:##.#"
variations:
navigator.appVersion.match(/(?:MSIE |rv:)(\d+\.\d)/)[1]
Original comment by davidhbr...@gmail.com
on 5 Dec 2013 at 2:50
Attachments:
Original issue reported on code.google.com by
davidhbr...@gmail.com
on 15 Aug 2013 at 3:42Attachments: