mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Working on time tracker
This commit is contained in:
parent
a639ff49f0
commit
3347f14392
@ -109,8 +109,7 @@
|
|||||||
|
|
||||||
<!-- Task Form -->
|
<!-- Task Form -->
|
||||||
<div class="col-sm-7 col-sm-push-5">
|
<div class="col-sm-7 col-sm-push-5">
|
||||||
<div class="xwell" data-bind="visible: selectedTask" style="margin:20px; display:none;">
|
<div class="panel panel-default affix" data-bind="visible: selectedTask" style="margin:20px; display:none;">
|
||||||
<div class="panel panel-default">
|
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<form id="taskForm">
|
<form id="taskForm">
|
||||||
<span data-bind="event: { keypress: onFormKeyPress, change: onFormChange, input: onFormChange }">
|
<span data-bind="event: { keypress: onFormKeyPress, change: onFormChange, input: onFormChange }">
|
||||||
@ -161,7 +160,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Task List -->
|
<!-- Task List -->
|
||||||
<div class="list-group col-sm-5 col-sm-pull-7" data-bind="foreach: filteredTasks">
|
<div class="list-group col-sm-5 col-sm-pull-7" data-bind="foreach: filteredTasks">
|
||||||
@ -309,7 +307,6 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
Mousetrap.bind('/', function(e) {
|
Mousetrap.bind('/', function(e) {
|
||||||
console.log('clicked..');
|
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
$('#search').focus();
|
$('#search').focus();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user