imtumbleweed / primary

36 stars 42 forks source link

added node_modules to .gitignore && changed checkbox.js #10

Closed alexmuzenhardt closed 5 years ago

alexmuzenhardt commented 5 years ago

I have added the node_modules folder to gitignore. You can run "npm i" to download dependencies.

changed variable name "f" to "labelAttribute" like in Issue #5 deleted unnecessary semicolon changed "==" to "==="

NOTE: I will add a package.json and delete node_modules with another PR.

Please review two files to commit and merge. Thanks.