Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BoxDialer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
BoxDialer
Commits
a81f71b7
Commit
a81f71b7
authored
Nov 10, 2023
by
Muhammadali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update-
parent
6e6ce03b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
package.json
package.json
+1
-1
index.jsx
src/components/settingComponents/fixComponent/index.jsx
+4
-4
boxDIaler.js
src/lib/boxDIaler.js
+3
-3
No files found.
package.json
View file @
a81f71b7
{
{
"name"
:
"boxdialer"
,
"name"
:
"boxdialer"
,
"version"
:
"4.8.6
4
"
,
"version"
:
"4.8.6
5
"
,
"description"
:
""
,
"description"
:
""
,
"main"
:
"src/boxDialer.js"
,
"main"
:
"src/boxDialer.js"
,
"scripts"
:
{
"scripts"
:
{
...
...
src/components/settingComponents/fixComponent/index.jsx
View file @
a81f71b7
...
@@ -15,15 +15,15 @@ const FixComponent = () => {
...
@@ -15,15 +15,15 @@ const FixComponent = () => {
const
marks
=
[
const
marks
=
[
{
{
value
:
1
,
value
:
1
,
label
:
'
1
s
'
,
label
:
'
0
s
'
,
},
},
{
{
value
:
4
0
,
value
:
5
0
,
label
:
'
3
s
'
,
label
:
'
5
s
'
,
},
},
{
{
value
:
100
,
value
:
100
,
label
:
'
6
s
'
,
label
:
'
10
s
'
,
}
}
];
];
...
...
src/lib/boxDIaler.js
View file @
a81f71b7
...
@@ -497,11 +497,11 @@ export class BoxDialer {
...
@@ -497,11 +497,11 @@ export class BoxDialer {
case
1
:
case
1
:
second
=
1000
second
=
1000
break
break
case
4
0
:
case
5
0
:
second
=
3
000
second
=
5
000
break
break
case
100
:
case
100
:
second
=
6
000
second
=
10
000
break
break
default
:
default
:
second
=
0
second
=
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment