mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 08:18:50 +00:00
Fixed an issue where edit mode wasn't exited properly.
This commit is contained in:
parent
6357e25eb1
commit
0768e707b8
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ Template.prodMgmtForm.events({
|
||||||
$("#prodStore").val("");
|
$("#prodStore").val("");
|
||||||
$("#prodLocation").val("");
|
$("#prodLocation").val("");
|
||||||
$('select').formSelect();
|
$('select').formSelect();
|
||||||
|
Session.set("prodEditMode", false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue