Skip to content

Commit

Permalink
include params in pages_info
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Nov 21, 2014
1 parent 2589c0e commit f76dedd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/wq/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ function _updateInfo(path) {
pages.info.prev_path = pages.info.path;
pages.info.path = path;
pages.info.full_path = pages.info.base_url + "/" + path;
pages.info.params = router.getParams(path);
tmpl.setDefault('pages_info', pages.info);
}

Expand Down

0 comments on commit f76dedd

Please sign in to comment.