Merge branch 'bugfix-177'

This commit is contained in:
Stefan Zermatten
2018-11-13 09:32:24 +02:00

View File

@@ -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}}