router with location, fixed bug with + and - on cart page

This commit is contained in:
Senad Uka
2015-02-18 07:21:37 +01:00
parent fe9d0f30d0
commit e28f9a6a53

View File

@@ -31,8 +31,8 @@ var routes = (
);
var router = Router.create({
routes: routes
//,location: Router.HistoryLocation
routes: routes,
location: Router.HistoryLocation
});
module.exports = router;