surflion-service 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/surflion.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "surflion-service",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "",
5
5
  "main": "surflion.js",
6
6
  "scripts": {
package/surflion.js CHANGED
@@ -1053,6 +1053,7 @@ var SurfLion = {
1053
1053
  let filteredValue = numberVirtually.value.replace(/[^0-9#*_]/g, '');
1054
1054
  numberVirtually.value = filteredValue;
1055
1055
  nameVirtually.textContent = SurfLion.findName(numberVirtually.value)
1056
+ SurfLion.showPhoneNumber = numberVirtually.value
1056
1057
  })
1057
1058
  },
1058
1059
  addVKeydown(event){