- progress
This commit is contained in:
@@ -50,6 +50,10 @@ Template.newMachine.helpers({
|
||||
});
|
||||
|
||||
Template.newMachine.events({
|
||||
"click .new-machine-cancel-btn": function() {
|
||||
Session.set('newMachineJustAdded', false);
|
||||
Session.set('newMachineRequested', false);
|
||||
},
|
||||
"click .close-new-machine-btn": function() {
|
||||
Session.set('newMachineJustAdded', false);
|
||||
Session.set('newMachineRequested', false);
|
||||
|
||||
Reference in New Issue
Block a user