Found that there were a view not being added to the public version, added it back in.

This commit is contained in:
2016-03-10 23:34:34 +02:00
parent 306b6b9787
commit 4424179425
8 changed files with 11 additions and 31 deletions

View File

@@ -1,29 +0,0 @@
{
"curly": false,
"eqeqeq": false,
"forin": false,
"indent": false,
"newcap": false,
"plusplus": false,
"quotmark": false,
"undef": false,
"unused": false,
"strict": false,
"trailing": false,
"maxparams": false,
"maxdepth": false,
"maxstatements": false,
"maxcomplexity": false,
"maxlen": false,
"eqnull": true,
"loopfunc": true,
"smarttabs": true,
"sub": true,
"browser": true,
"jquery": true,
"node": true,
"white": false
}