1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

Break out js to specific files

This commit is contained in:
Kyle Spearrin
2020-05-05 09:03:38 -04:00
parent e238c46ff9
commit 981ef7c3c6
4 changed files with 70 additions and 65 deletions

3
js/ga-noop.js Normal file
View File

@@ -0,0 +1,3 @@
function gaEvent(action) {
// do nothing
}