feature(config) rm analytics

This commit is contained in:
coderaiser 2014-11-04 07:28:27 -05:00
parent ae37b43632
commit af789ae8ee
6 changed files with 0 additions and 43 deletions

View file

@ -2,7 +2,6 @@
<li><span><input type="checkbox" id="auth" {{ auth }} ></input></span> <label for="auth">Auth</label></li>
<li><span><input type="text" class="form-control" placeholder="username" id="username" value="{{ username }}"></input></span></li>
<li><span><input type="password" class="form-control" placeholder="password" id="password" value="{{ password }}" ></input></span></li>
<li><span><input type="checkbox" id="analytics" {{ analytics }} ></input></span> <label for="analytics">Analytics</label></li>
<li><span><input type="checkbox" id="diff" {{ diff }} ></input></span> <label for="diff">Diff</label></li>
<li><span><input type="checkbox" id="zip" {{ zip }} ></input></span> <label for="zip">Zip</label></li>
<li><span><input type="checkbox" id="notifications" {{ notifications }} ></input></span> <label for="notifications">Notifications</label></li>