add reference to browserInfo function

pull/3108/head
Andrew Bauer 2021-01-08 09:35:32 -06:00
parent 62fc1fb1aa
commit b56883a985
1 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,9 @@ function Dump(value, label) {
JQuery has deprecated its browser object. This function implements our own
browser object. It strikes a compromise between importing a full browser
detection js library and using the js navigator object in its umodified form.
This function derived from the following sample on stackoverflow:
https://stackoverflow.com/a/11219680
*/
function browserInfo() {