diff --git a/backend/volkszaehler.conf.default.php b/backend/volkszaehler.conf.default.php index dcb31d3..09ad23f 100644 --- a/backend/volkszaehler.conf.default.php +++ b/backend/volkszaehler.conf.default.php @@ -64,9 +64,9 @@ $config['db']['dbname'] = 'volkszaehler'; //$config['db']['path'] = 'volkszaehler'; /** @var boolean disables some optimizations. Only use it when you exactly know what you are doing. */ -$config['devmode'] = TRUE; +$config['devmode'] = FALSE; /** @var integer set to > 0 to show debugging messages */ -$config['debug'] = 5; +$config['debug'] = 0; ?> diff --git a/frontend/stylesheets/style.css b/frontend/stylesheets/style.css index 1b8108e..0cfab98 100644 --- a/frontend/stylesheets/style.css +++ b/frontend/stylesheets/style.css @@ -34,7 +34,6 @@ tbody tr td { } #plot { - width: 800px; height: 400px; } @@ -120,4 +119,8 @@ tbody tr td { .ops { text-align: right; -} \ No newline at end of file +} + +.loading { + /* TODO center */ +} \ No newline at end of file