Prettified all remaining detail boxes to be view -> edit

This commit is contained in:
Thaum
2015-04-20 14:06:35 +00:00
parent 6ec9f09b6a
commit 012aad5ae9
41 changed files with 334 additions and 164 deletions

View File

@@ -161,7 +161,7 @@ Template.spells.events({
if(!error){
GlobalUI.setDetail({
template: "spellListDialog",
data: {spellListId: id, charId: charId},
data: {spellListId: id, charId: charId, startEditing: true},
heroId: id
});
}
@@ -182,7 +182,7 @@ Template.spells.events({
if(!error){
GlobalUI.setDetail({
template: "spellDialog",
data: {spellId: id, charId: charId},
data: {spellId: id, charId: charId, startEditing: true},
heroId: id
});
}