Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some JSLint warnings | kondou | 2013-07-31 | 1 | -1/+1 |
| | |||||
* | The router base url is without / on the end | Bart Visscher | 2013-02-28 | 1 | -2/+2 |
| | |||||
* | removed unneeded callback checks in routes_request that could potentially fail | Bernhard Posselt | 2012-11-15 | 1 | -4/+0 |
| | |||||
* | fixed: this.routes_request is a deferred/promise | Bernhard Posselt | 2012-11-15 | 1 | -5/+1 |
| | |||||
* | instead of warning via popup, write to console.warn | Bernhard Posselt | 2012-11-15 | 1 | -1/+1 |
| | |||||
* | Prevent ajax race conditions when using routes by offering a callback that ↵ | Bernhard Posselt | 2012-11-15 | 1 | -2/+15 |
| | | | | is run after the the routes have finished loading | ||||
* | Revert "Prevent ajax race conditions when using routes by offering a ↵ | Bernhard Posselt | 2012-11-14 | 1 | -15/+2 |
| | | | | | | callback that is run after the the routes have finished loading" This reverts commit 9b8375cf2c328cfcb66dae8283cfcacdaeb242c2. | ||||
* | Prevent ajax race conditions when using routes by offering a callback that ↵ | Bernhard Posselt | 2012-11-14 | 1 | -2/+15 |
| | | | | is run after the the routes have finished loading | ||||
* | Implement routing on javascript side | Bart Visscher | 2012-10-05 | 1 | -0/+73 |