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 -->
|
||||
<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">
|
||||
<div class="panel panel-default affix" data-bind="visible: selectedTask" style="margin:20px; display:none;">
|
||||
<div class="panel-body">
|
||||
<form id="taskForm">
|
||||
<span data-bind="event: { keypress: onFormKeyPress, change: onFormChange, input: onFormChange }">
|
||||
@ -161,7 +160,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Task List -->
|
||||
<div class="list-group col-sm-5 col-sm-pull-7" data-bind="foreach: filteredTasks">
|
||||
@ -309,7 +307,6 @@
|
||||
});
|
||||
|
||||
Mousetrap.bind('/', function(e) {
|
||||
console.log('clicked..');
|
||||
event.preventDefault();
|
||||
$('#search').focus();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user