thecore_dataentry_commons 1.2.18 → 1.2.19

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
  SHA1:
3
- metadata.gz: e6a6d24066232d13b01cc781a5612a33c64ea3e6
4
- data.tar.gz: '09cad34e4cde3408ac24921fb31d07c3641a14b7'
3
+ metadata.gz: 55843adf2844ce22fdf1cbd09011e90d92d1dbd0
4
+ data.tar.gz: 9041672eee24c54ccbcdd69773bf4342fb94e872
5
5
  SHA512:
6
- metadata.gz: 3a5720dc3f768ad7c6a7320a5271b0d3b4f10b923856b8ea7ecfa4a6fbaf630622724fe556f7b3ebc8e8f757a86e8827ea291fd6c29b8595c450377940dd4039
7
- data.tar.gz: ba51b13ee8e8fa9fede52260ef9d045537e13fb4eb11e431c66793e2579bb4c570d3165e145049a5c2bdb3767b19acb460a5c1cd31349e3526ec3b9db0e73161
6
+ metadata.gz: b417bd6d557b56ad67c622b2ea0813091ca3ac3eb9a9426b273e6c54fed757f2783e406de24170d7f29675d79af25cc821df09cdf88c136bbd3dbac3146dcc4a
7
+ data.tar.gz: e8afcd328c5f163f1dfeb1d17b520af35e2f28680ff2b14521f165a4ff656b6319c14ac19552a19a49621c5c1758fa6689c91a69835e9b2ddeb6653b9c7194d4
@@ -48,6 +48,11 @@
48
48
 
49
49
  // $("#send").focus();
50
50
  // Init
51
+ // Disabling any previously defined keypress event
52
+ $(document).off(kpMode);
53
+ $("#barcode").off(kpMode);
54
+ $("#barcode").focus();
55
+ // Enabling keypress event only for this page
51
56
  enableKSCapture();
52
57
  // Se $("#barcode") si becca il focus, elimino il keypress
53
58
  $("#barcode").focusin(function () {
@@ -1,3 +1,3 @@
1
1
  module ThecoreDataentryCommons
2
- VERSION = '1.2.18'
2
+ VERSION = '1.2.19'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_dataentry_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.18
4
+ version: 1.2.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-02 00:00:00.000000000 Z
11
+ date: 2018-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_settings