aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
Commit message (Collapse)AuthorAgeLines
* make help dismiss button more obviousStruan Donald2013-08-19-1/+1
| | | | | change from yellow tab to top right x button Fixes #98
* change help panel to overlay whole pageStruan Donald2013-08-14-0/+2
| | | | This prevents clicks on things 'behind' the help
* move help content to a templateStruan Donald2013-08-14-60/+0
| | | | Rather than hard coding it into index.html. Loaded by the help init code
* Add a help panel and buttons to access itStruan Donald2013-08-12-0/+66
| | | | | | | Always available, slides in from the side (ish). Content still a work in progress. Needs way to translate it. For #92.
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-0/+90
index.html restructure things so that the common files are a level down and the platofrm specific ones are directly placed in the relevant project. This both makes for less fuss and also avoids the error with Android < v3 instantiating cordova twice. Note that the iOS common assets are included by a build script rather than a symlink as symlinking doesn't seem to agree with Xcode