Prettified all remaining detail boxes to be view -> edit
This commit is contained in:
@@ -3,7 +3,7 @@ var getContainers = function(charId){
|
||||
};
|
||||
|
||||
Template.itemDialog.onCreated(function(){
|
||||
this.editing = new ReactiveVar(false);
|
||||
this.editing = new ReactiveVar(!!this.data.startEditing);
|
||||
});
|
||||
|
||||
Template.itemDialog.helpers({
|
||||
|
||||
Reference in New Issue
Block a user