Bugfix, started working on mobile UI.

* Strted making the page responsive (size-based media queries, mobile meta
  tags, and reworked the UI for small sizes).
* Fixed bugs in the periodicRefresh function.
* Changed the yaw.prod.conf file to match the actual PROD coniguration.
This commit is contained in:
Jonathan Bernard
2014-03-30 03:37:59 +00:00
parent 54eb4fdafa
commit dc70b00403
6 changed files with 271 additions and 377 deletions

View File

@ -5,7 +5,7 @@ start() ->
ok = application:load(mnesia),
ok = application:set_env(mnesia, dir, "/home/jdbernard/projects/jdb-labs/timestamper/web-app/db/test"),
ok = mnesia:start(),
error_logger:info_report("TimeStampter app started."),
error_logger:info_report("TimeStamper app started."),
ok.
create_tables(Nodes) ->