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