mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on time tracker
This commit is contained in:
parent
9ec42dd138
commit
f0a8b9d8a2
@ -283,6 +283,9 @@
|
|||||||
|
|
||||||
self.onFormKeyPress = function(data, event) {
|
self.onFormKeyPress = function(data, event) {
|
||||||
if (event.which == 13) {
|
if (event.which == 13) {
|
||||||
|
if (event.target.type == 'textarea') {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
self.onSaveClick();
|
self.onSaveClick();
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user