Finished in valve support

This commit is contained in:
Senad Uka
2016-03-06 14:07:33 +01:00
parent 8d9e42c147
commit c47e1be364
2 changed files with 15 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
function controller_state() {
var controllerId = Session.get('controller_id');
result = ControllerState.findOne({});
console.log("jupiii", result);
if (!result) {
result = {}
};