1
0
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:
Hillel Coren 2017-09-28 12:21:05 +03:00
parent e0ac6cf2bf
commit 657eb454d9
2 changed files with 4 additions and 1 deletions

View File

@ -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;">

View File

@ -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()) {