Working on time tracker
This commit is contained in:
parent
c03d5a95c6
commit
7fe378fdf0
1 changed files with 1 additions and 3 deletions
|
|
@ -51,6 +51,7 @@
|
|||
if (action == 'archive' || action == 'delete') {
|
||||
self.removeTask(task);
|
||||
self.selectTask(false);
|
||||
$('#search').focus();
|
||||
}
|
||||
if (action == 'archive') {
|
||||
toastr.success("{{ trans('texts.archived_task') }}");
|
||||
|
|
@ -302,9 +303,6 @@
|
|||
|
||||
if (task == self.selectedTask()) {
|
||||
task = false;
|
||||
if (! $('#search').is(':focus')) {
|
||||
$('#search').focus();
|
||||
}
|
||||
}
|
||||
|
||||
// if a client is selected the project list will be filtered
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue