[BluetoothChat] updated BluetoothChat sources
[samples/web/BluetoothChat.git] / js / app.ui.events.js
index d5323c4..eee4de6 100644 (file)
@@ -65,7 +65,7 @@ function UiEvents(parent) {
                                }
                        });
 
-                       $('#turnOnButton').on('tap', function (event) {
+                       $('#turnOnButton').on('click', function (event) {
                                self.ui.hideStartButtons();
                                app.powerOn();
                        });