Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
hdfc
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
4079cd55
authored
2017-10-24 18:42:21 +0530
by
Yashwant
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Login report changes
1 parent
bb0764be
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
19 deletions
application/public/assets/js/kstych.js
application/resources/views/layout/footer.blade.php
application/resources/views/layout/module/dialer/agenttime.blade.php
application/public/assets/js/kstych.js
View file @
4079cd5
...
...
@@ -1315,25 +1315,25 @@ function getURLLoad(varurl)
form
.
submit
();
}
function
filter2
(
phrase
,
_id
){
if
(
phrase
)
{
var
words
=
phrase
.
value
.
toLowerCase
().
split
(
" "
);
var
table
=
document
.
getElementById
(
_id
);
var
ele
;
for
(
var
r
=
0
;
r
<
table
.
rows
.
length
;
r
++
){
ele
=
table
.
rows
[
r
].
innerHTML
.
replace
(
/<
[^
>
]
+>/g
,
""
);
var
displayStyle
=
'none'
;
for
(
var
i
=
0
;
i
<
words
.
length
;
i
++
)
{
if
(
ele
.
toLowerCase
().
indexOf
(
words
[
i
])
>=
0
)
displayStyle
=
''
;
else
{
displayStyle
=
'none'
;
break
;
}
}
table
.
rows
[
r
].
style
.
display
=
displayStyle
;
if
(
phrase
)
{
var
words
=
phrase
.
value
.
toLowerCase
().
split
(
" "
);
var
table
=
document
.
getElementById
(
_id
);
var
ele
;
for
(
var
r
=
0
;
r
<
table
.
rows
.
length
;
r
++
){
ele
=
table
.
rows
[
r
].
innerHTML
.
replace
(
/<
[^
>
]
+>/g
,
""
);
var
displayStyle
=
'none'
;
for
(
var
i
=
0
;
i
<
words
.
length
;
i
++
)
{
if
(
ele
.
toLowerCase
().
indexOf
(
words
[
i
])
>=
0
)
displayStyle
=
''
;
else
{
displayStyle
=
'none'
;
break
;
}
}
table
.
rows
[
r
].
style
.
display
=
displayStyle
;
}
}
}
}
function
mailFile
(
filepath
,
emailids
,
subject
,
from
,
mailbody
)
{
...
...
application/resources/views/layout/footer.blade.php
View file @
4079cd5
...
...
@@ -76,7 +76,7 @@ kstychAppObject['config']['colorInverse']='{!!$skinarr[8]!!}';
<script
src=
"{!!url('/')!!}/assets/components/modules/admin/chat/chatboxmanager.js"
></script>
<script
src=
"{!!url('/')!!}/assets/js/highchart/highcharts.js"
></script>
<script>
var
envCallback
=
"{{ env(
app_domain
) }}"
;
var
envCallback
=
"{{ env(
'app_domain'
) }}"
;
</script>
<script
src=
"{!!url('/')!!}/jsbody?v={!!$v!!}"
></script>
...
...
application/resources/views/layout/module/dialer/agenttime.blade.php
View file @
4079cd5
This diff is collapsed.
Click to expand it.
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