Skip to content

Commit

Permalink
fix change language not reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Tran committed Apr 4, 2018
1 parent 90f66f1 commit 25452d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Template.accountPreferences.onCreated(function() {
instance.clearForm();
if (reload) {
setTimeout(function() {
Meteor._reload.reload();
Reload._reload();
}, 1000);
}
}
Expand Down

0 comments on commit 25452d5

Please sign in to comment.