Working on time tracker

This commit is contained in:
Hillel Coren 2017-09-20 13:13:57 +03:00
parent 9ec42dd138
commit f0a8b9d8a2

View File

@ -283,6 +283,9 @@
self.onFormKeyPress = function(data, event) {
if (event.which == 13) {
if (event.target.type == 'textarea') {
return true;
}
self.onSaveClick();
}
return true;