mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Working on time tracker
This commit is contained in:
parent
e0ac6cf2bf
commit
657eb454d9
@ -219,7 +219,7 @@
|
||||
|
||||
<!-- Task List -->
|
||||
<div id="taskList" class="list-group col-sm-5 col-sm-pull-7" style="display:none">
|
||||
<div id="filterPanel" style="margin-bottom:0px;padding-top:20px;padding-bottom:0px;padding-left:10px;displayx:none;">
|
||||
<div id="filterPanel" style="margin-bottom:0px;padding-top:20px;padding-bottom:0px;padding-left:10px;display:none;">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-body">
|
||||
<div class="row" xstyle="padding-bottom:22px;">
|
||||
|
@ -400,8 +400,11 @@
|
||||
if (task) {
|
||||
task.focus();
|
||||
if (! task.project()) {
|
||||
// trigger client change to show all projects in autocomplete
|
||||
$('select#client_id').trigger('change');
|
||||
}
|
||||
} else {
|
||||
$('#search').focus();
|
||||
}
|
||||
|
||||
if (isStorageSupported()) {
|
||||
|
Loading…
Reference in New Issue
Block a user