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
c754a171
authored
2017-10-23 12:53:00 +0530
by
Yashwant
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Data passing to js file from .env file
1 parent
fe1c4e2d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
application/public/assets/js/dialer.js
application/resources/views/layout/footer.blade.php
application/public/assets/js/dialer.js
View file @
c754a17
// variable comes from env file: envCallback
var
loggedin
=
0
;
var
sTransferNumber
;
...
...
application/resources/views/layout/footer.blade.php
View file @
c754a17
...
...
@@ -75,6 +75,9 @@ kstychAppObject['config']['colorInverse']='{!!$skinarr[8]!!}';
<script
src=
"{!!url('/')!!}/assets/components/modules/admin/chat/jquery.ui.chatbox.js"
></script>
<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) }}"
;
</script>
<script
src=
"{!!url('/')!!}/jsbody?v={!!$v!!}"
></script>
<?php
if
(
Session
::
has
(
'mdevice'
)
&&
Session
::
get
(
'mdevice'
)
!=
""
){
$md
=
Session
::
get
(
'mdevice'
);
?>
...
...
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