Provides a set of javascript files and documentation to implement web analytics on US federal websites
104
stars
55
forks
source link
Change condition so that "currentId == undefined" does not always evaluate to "false" #51
Closed
Stargator closed 1 year ago
Noticed that currentId == undefined was always evaluating to false, so updated the condition to address that.