[BluetoothChat] updated BluetoothChat sources
authorPiotr Dabrowski <p.dabrowski2@samsung.com>
Tue, 27 Aug 2013 13:21:21 +0000 (15:21 +0200)
committerPiotr Dabrowski <p.dabrowski2@samsung.com>
Tue, 27 Aug 2013 13:21:21 +0000 (15:21 +0200)
Change-Id: If4c48c16629b2810a141ce0925e10cffef3c4b19

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();
                        });