I made a mistake and forgot to include the new utilities.js file in the last PR (which I merged). As soon as I noticed the errors, I reset master to the previous working state commit (using git push --force).
That mistake has now been fixed in this PR.
Summary
created new file utilities to store all helper functions as properties of global object Util
fixed broken footer links by changing footer.js accordingly
This PR resolves #25
I made a mistake and forgot to include the new
utilities.js
file in the last PR (which I merged). As soon as I noticed the errors, I reset master to the previous working state commit (usinggit push --force
). That mistake has now been fixed in this PR.Summary
utilities
to store all helper functions as properties of global objectUtil
footer.js
accordingly