thecore_dataentry_with_date_start_and_end 1.2.2 → 1.2.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e928e5093bbba1ccb5d650e4af68cd38cef6548ffbdbe3d750a133a1aba2595
|
4
|
+
data.tar.gz: d77ec132dfad95c4db11d486fb49de322a73836150fd69d62543ee07cc2fc89a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c40ac644e980dd093693143a2b906cc43f73843413e22ca414149803a3aee19dcddb9e94a69cb08ae1c98813b8be7109da288cbdd282213864e3b53ec9b2c82f
|
7
|
+
data.tar.gz: 32baf0c9a6946912f6962c9b4089128b735f61fb217086ab16715b51ed3ae0c4fd23c03e7620db6c48f24373ce077e91c722744aa1c82b3db2035ed86f6d0457
|
@@ -32,9 +32,9 @@
|
|
32
32
|
console.log(`Is ctrltKey? ${event.ctrltKey}`);
|
33
33
|
if (event.ctrltKey && keycode == '32') {
|
34
34
|
$("#data-action").click();
|
35
|
-
return true;
|
35
|
+
//return true;
|
36
36
|
}
|
37
|
-
return false;
|
37
|
+
// return false;
|
38
38
|
}
|
39
39
|
$(document).on('keydown', captureCTRLSpace);
|
40
40
|
</script>
|