summaryrefslogtreecommitdiffstats
path: root/core/js/router.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix some JSLint warningskondou2013-07-311-1/+1
|
* The router base url is without / on the endBart Visscher2013-02-281-2/+2
|
* removed unneeded callback checks in routes_request that could potentially failBernhard Posselt2012-11-151-4/+0
|
* fixed: this.routes_request is a deferred/promiseBernhard Posselt2012-11-151-5/+1
|
* instead of warning via popup, write to console.warnBernhard Posselt2012-11-151-1/+1
|
* Prevent ajax race conditions when using routes by offering a callback that ↵Bernhard Posselt2012-11-151-2/+15
| | | | is run after the the routes have finished loading
* Revert "Prevent ajax race conditions when using routes by offering a ↵Bernhard Posselt2012-11-141-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 Posselt2012-11-141-2/+15
| | | | is run after the the routes have finished loading
* Implement routing on javascript sideBart Visscher2012-10-051-0/+73