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({
|
||||
routes: routes
|
||||
//,location: Router.HistoryLocation
|
||||
routes: routes,
|
||||
location: Router.HistoryLocation
|
||||
});
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user