* Cookies are required to store settings on the browser.
* The site now *fails gracefully* when a user has cookies disabled.
* A message replaces the settings form when cookies are disabled.
* Cookies are required to store settings on the browser.
* The site now *fails gracefully* when a user has cookies disabled.
* A message replaces the settings form when cookies are disabled.
* Shrunk BG number on mobile so it doesn't push the time elements out of view (when the toolbar is collapsed).
* Fix issue that caused the chart to fill the entire screen on the Android Stock & Dolphin Browsers.
* Improved alignment of time elements.
* Slight style refactoring (moved some css from js to css).
* Querystring values now replace underscores with a space, pluses are now treated as any other character.
* Added type parameter to showNotifications(note, type). Now blue, green, red, and yellow background can be used (by passing the type as "info", "success", "urgent", "warn").
* UI is far more consistent across Chrome, Safari, Firefox, and IE
(only tested on the latest versions of each).
* Responsive improvement: BG number, clock, etc now collapse together
neater on small screens.
* Collapsing the toolbar now increases the font size of BG, clock, etc!
:)

* Custom built, simple notification system.
* `showNotification(“Hamburger?”);` Android Toast style messages can
appear at the top middle of the screen.
* Use `?notify=Hello,+world!` to test.
* Each new message overwrites the last.
* The notifications are locked to the top middle of the page.
* `showNotification(“Hamburger!”);` Android Toast style messages can
appear at the top middle of the screen.
NOTE: The right edge of the notification is clipped. I need some sleep
so I will take another look at it tomorrow.