diff --git a/js/main.js b/js/main.js index 79e2392..36c2606 100644 --- a/js/main.js +++ b/js/main.js @@ -28,7 +28,8 @@ $(window).on('ready', function() { //here we are listening for the ready event. if(output){ console.log(output.deviceName); } - }) + }); + assignHandlers(); }); /**