Working on time tracker

This commit is contained in:
Hillel Coren 2017-09-26 11:27:53 +03:00
parent 4e28fe02d1
commit 691f2ae2ce
2 changed files with 4 additions and 4 deletions

View File

@ -2460,9 +2460,9 @@ $LANG = array(
'started_task' => 'Successfully started task',
'create_client' => 'Create Client',
'download_desktop_app' => 'Download desktop app',
'download_iphone_app' => 'Download iPhone app',
'download_android_app' => 'Download Android app',
'download_desktop_app' => 'Download the desktop app',
'download_iphone_app' => 'Download the iPhone app',
'download_android_app' => 'Download the Android app',
);

View File

@ -220,7 +220,7 @@
<!-- Task List -->
<div id="taskList" class="list-group col-sm-5 col-sm-pull-7" data-bind="foreach: filteredTasks" style="display:none">
<a href="#" data-bind="click: $parent.selectTask, event: { mouseover: showActionButton, mouseout: hideActionButton }, css: listItemState"
<a href="#" data-bind="click: $parent.selectTask, touchend: $parent.selectTask, event: { mouseover: showActionButton, mouseout: hideActionButton }, css: listItemState"
class="list-group-item">
<div class="pull-right" style="text-align:right;">
<div data-bind="visible: actionButtonVisible()"