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.
- package/package.json +1 -1
- package/surflion.js +1 -0
package/package.json
CHANGED
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){
|