X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=js%2Fapp.ui.js;h=9e4f7ccf263a29b2810c2c08a93f64d5abe0d881;hb=9d0b86f54b6361bffe1892038cfb876c3e094349;hp=9bd9d99a64550f228d57c1a0eb766ed7f7479376;hpb=23fe77c7579cc6b9c8594ca43b198f9749c19276;p=samples%2Fweb%2FBluetoothChat.git diff --git a/js/app.ui.js b/js/app.ui.js index 9bd9d99..9e4f7cc 100644 --- a/js/app.ui.js +++ b/js/app.ui.js @@ -192,13 +192,9 @@ function Ui(callback) { }, disableSendButton: function Ui_disableSendButton() { - setTimeout( function() { - $('#ui-mySend') - .css({'pointer-events': 'none', 'color': '#bbb'}) - .addClass('ui-disabled'); - }, - 0 - ); + $('#ui-mySend') + .css({'pointer-events': 'none', 'color': '#bbb'}) + .addClass('ui-disabled'); }, checkSendButtonState: function Ui_checkSendButtonState() {