[CallLog] updated CallLog sources
authorPiotr Dabrowski <p.dabrowski2@samsung.com>
Thu, 10 Oct 2013 06:46:03 +0000 (08:46 +0200)
committerPiotr Dabrowski <p.dabrowski2@samsung.com>
Thu, 10 Oct 2013 06:46:03 +0000 (08:46 +0200)
Change-Id: I72acf8cb52e27c1e580f7bab8e948698eed9d73c

css/style.css
js/app.ui.js

index e613077..e99ba03 100644 (file)
@@ -5,6 +5,7 @@ html,body {
        color: #fff;
        font-family: Lucida Sans, Arial, Helvetica, sans-serif;
        overflow: hidden;
+       -webkit-user-select: none;
 }
 
 ul.calllogList li.date {
index b612c3c..575ee52 100644 (file)
@@ -245,7 +245,7 @@ function Ui(contacts) {
                                .refresh();
 
                        numChecked = $('#forCallerList input:checked').length;
-                       if (this.removeMode && numChecked === 0 && !deleteButton.hasClass('ui-disabled')) {
+                       if (this.removeMode && numChecked === 0) {
                                deleteButton.addClass('ui-disabled').attr('tabIndex', '-1').blur();
                        } else if (deleteButton.hasClass('ui-disabled')) {
                                deleteButton.removeClass('ui-disabled').attr('tabIndex', '0');