Commit c012d193 authored by Muhammadali's avatar Muhammadali

update version: 0.1.9

parent a119c7cd
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "0.1.8", "version": "0.1.9",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -395,10 +395,10 @@ export class BoxDialer { ...@@ -395,10 +395,10 @@ export class BoxDialer {
} }
initialized(phoneNumber, phone) { initialized(phoneNumber, phone) {
if (phoneNumber == phone) { // if (phoneNumber == phone) {
toast.error('Please enter another number'); // toast.error('Please enter another number');
return; // return;
} // }
let phoneNumberString = phoneNumber.toString(); let phoneNumberString = phoneNumber.toString();
if ( if (
phoneNumberString.length && phoneNumberString.length &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment