Commit c012d193 authored by Muhammadali's avatar Muhammadali

update version: 0.1.9

parent a119c7cd
{
"name": "boxdialer",
"version": "0.1.8",
"version": "0.1.9",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -395,10 +395,10 @@ export class BoxDialer {
}
initialized(phoneNumber, phone) {
if (phoneNumber == phone) {
toast.error('Please enter another number');
return;
}
// if (phoneNumber == phone) {
// toast.error('Please enter another number');
// return;
// }
let phoneNumberString = phoneNumber.toString();
if (
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