fixes #177
This commit is contained in:
@@ -17,6 +17,7 @@ Template.characterSettings.events({
|
||||
"change #hideSpellcasting": function(event, instance){
|
||||
var value = instance.find("#hideSpellcasting").checked;
|
||||
if (this.settings.hideSpellcasting !== value){
|
||||
Session.set(this._id + ".selectedTab", "0");
|
||||
Characters.update(
|
||||
this._id,
|
||||
{$set: {"settings.hideSpellcasting": value}}
|
||||
|
||||
Reference in New Issue
Block a user