aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/router.js
Commit message (Collapse)AuthorAgeLines
* pass in back button event from handlerStruan Donald2013-07-29-2/+2
| | | | | | | | This is so that the onClickButtonPrev method we eventually pass to requires an event so without having this we were breaking this and causing the back button to do nothing. Fixes #68.
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-0/+176
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