diff options
| -rw-r--r-- | client/js/controllers/post_list_controller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/controllers/post_list_controller.js b/client/js/controllers/post_list_controller.js index d9a29b0..bb5ab25 100644 --- a/client/js/controllers/post_list_controller.js +++ b/client/js/controllers/post_list_controller.js @@ -76,7 +76,7 @@ class PostListController { } _evtNavigate(e) { - router.showNoDispatch( + this._ctx = router.showNoDispatch( uri.formatClientLink("posts", e.detail.parameters) ); Object.assign(this._ctx.parameters, e.detail.parameters); |