Fixed mobile not updating on setting change

This commit is contained in:
Kenneth Jao 2017-04-08 16:48:50 -04:00
parent 3f6fd93eed
commit 1ff2044206

View File

@ -559,6 +559,7 @@ Template.mOptionCard.rendered = function() {
Session.set("user", newSetting);
serverData = Session.get("user");
sendData("editProfile");
mobileWork();
toggleSidebar(false);
});
}