digital-analytics-program / gov-wide-code

Provides a set of javascript files and documentation to implement web analytics on US federal websites
http://www.digital.gov/dap
102 stars 54 forks source link

Remove identical condition branch #52

Closed Stargator closed 1 year ago

Stargator commented 7 years ago

Noticed there was a nested if-else where the else's body matched the "else-if". So I attempted to address it, since if the else is the same, there's no need for an else-if.