router with location, fixed bug with + and - on cart page
This commit is contained in:
@@ -31,8 +31,8 @@ var routes = (
|
|||||||
);
|
);
|
||||||
|
|
||||||
var router = Router.create({
|
var router = Router.create({
|
||||||
routes: routes
|
routes: routes,
|
||||||
//,location: Router.HistoryLocation
|
location: Router.HistoryLocation
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports = router;
|
module.exports = router;
|
||||||
|
|||||||
Reference in New Issue
Block a user