Added state card hiding to the STATE view on the frontend.

This commit is contained in:
Ryan Kraus 2015-04-14 23:55:08 -04:00
parent 0334074a52
commit caed69d5ea
4 changed files with 23 additions and 258 deletions

View file

@ -34,5 +34,5 @@ if [ $(command -v md5) ]; then
elif [ $(command -v md5sum) ]; then
echo 'VERSION = "'`md5sum www_static/frontend.html | cut -c-32`'"' >> version.py
else
echo 'Could not find a MD5 utility'
echo 'Could not find an MD5 utility'
fi