summaryrefslogtreecommitdiffstats
path: root/templates/unsupported_browser.html
Commit message (Collapse)AuthorAgeFilesLines
* fix Mozilla typo (#8395)Carlos Tadeu Panato Junior2018-03-051-1/+1
|
* [PLT-959] Browser Compatibility (#6945)Alex Moon2017-09-061-0/+178
* Error page implimentation * Update Browser Compatibility check to check Chrome, FF, IE, Edge, and Safai * Update strings with proper edge version * undo uneeded changes and move to go template. * more unneeded additions * eliminate js and add local triangle * fix typo * Correct debug logging of browser version * Modify Browser Check to pass user_agent object only and write test. * Fix chrome version typo and correct testing change that broke chrome UA chack * simplity browser version detection by using maps instead of string splitting