mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
Merge pull request #448 from splendido/at-integration
update to accounts-templates-unstyled 0.9.7
This commit is contained in:
commit
5d4805c137
2 changed files with 4 additions and 4 deletions
|
@ -89,8 +89,8 @@ softwarerero:accounts-t9n@1.0.0
|
|||
spacebars-compiler@1.0.2
|
||||
spacebars@1.0.2
|
||||
spiderable@1.0.3
|
||||
splendido:accounts-templates-core@0.9.5
|
||||
splendido:accounts-templates-unstyled@0.9.5
|
||||
splendido:accounts-templates-core@0.9.7
|
||||
splendido:accounts-templates-unstyled@0.9.7
|
||||
srp@1.0.0
|
||||
standard-app-packages@1.0.2
|
||||
telescope-api@0.0.0
|
||||
|
|
|
@ -301,11 +301,11 @@ if (Meteor.isClient){
|
|||
var handle = query.observeChanges({
|
||||
added: function (id, fields) {
|
||||
if (fields.language)
|
||||
T9n.language = fields.language;
|
||||
T9n.setLanguage(fields.language);
|
||||
},
|
||||
changed: function (id, fields) {
|
||||
if (fields.language)
|
||||
T9n.language = fields.language;
|
||||
T9n.setLanguage(fields.language);
|
||||
}
|
||||
});
|
||||
}
|
Loading…
Add table
Reference in a new issue