Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
hdfc-beu-v2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5111eb8b
authored
2019-08-26 12:19:51 +0000
by
Manish Mihsra
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Changed only in if condition
1 parent
24c28d0e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
application/public/assets/js/dialer.js
application/public/assets/js/dialer.js
View file @
5111eb8
...
...
@@ -873,7 +873,7 @@ function resetDialer()
var
dialerResetForceState
=
kstychDialer
[
'mDialerState'
];
var
dialerResetForceSubState
=
kstychDialer
[
'mDialerSubState'
];
if
(
dialerResetForceS
ubState
!=
"Predictive
"
){
if
(
dialerResetForceS
tate
==
"Manual"
||
dialerResetForceSubState
==
"Incoming
"
){
dialerResetForceState
=
"Progressive"
;
//Hardcoded TODO change to config
dialerResetForceSubState
=
""
;
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment