mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
fix #790
This commit is contained in:
parent
b6ccc63182
commit
288ce9eee8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Template[getTemplate('mobile_nav')].helpers({
|
|||
return secondaryNav;
|
||||
},
|
||||
getTemplate: function () {
|
||||
return getTemplate(this).template;
|
||||
return getTemplate(this.template);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue