mirror of https://github.com/docker/docs.git
Fix bug where Preferences menu item and hot key did not work
This commit is contained in:
parent
3811dc81d9
commit
2003f5f079
|
@ -30,7 +30,7 @@ var MenuTemplate = function () {
|
||||||
metrics.track('Opened Preferences', {
|
metrics.track('Opened Preferences', {
|
||||||
from: 'menu'
|
from: 'menu'
|
||||||
});
|
});
|
||||||
router.transitionTo('preferences');
|
router.get().transitionTo('preferences');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue