Data passing to js file from .env file
Showing
2 changed files
with
5 additions
and
0 deletions
| ... | @@ -75,6 +75,9 @@ kstychAppObject['config']['colorInverse']='{!!$skinarr[8]!!}'; | ... | @@ -75,6 +75,9 @@ kstychAppObject['config']['colorInverse']='{!!$skinarr[8]!!}'; |
| 75 | <script src="{!!url('/')!!}/assets/components/modules/admin/chat/jquery.ui.chatbox.js"></script> | 75 | <script src="{!!url('/')!!}/assets/components/modules/admin/chat/jquery.ui.chatbox.js"></script> |
| 76 | <script src="{!!url('/')!!}/assets/components/modules/admin/chat/chatboxmanager.js"></script> | 76 | <script src="{!!url('/')!!}/assets/components/modules/admin/chat/chatboxmanager.js"></script> |
| 77 | <script src="{!!url('/')!!}/assets/js/highchart/highcharts.js"></script> | 77 | <script src="{!!url('/')!!}/assets/js/highchart/highcharts.js"></script> |
| 78 | <script> | ||
| 79 | var envCallback = "{{ env(app_domain) }}"; | ||
| 80 | </script> | ||
| 78 | <script src="{!!url('/')!!}/jsbody?v={!!$v!!}"></script> | 81 | <script src="{!!url('/')!!}/jsbody?v={!!$v!!}"></script> |
| 79 | 82 | ||
| 80 | <?php if(Session::has('mdevice')&&Session::get('mdevice')!=""){$md=Session::get('mdevice'); ?> | 83 | <?php if(Session::has('mdevice')&&Session::get('mdevice')!=""){$md=Session::get('mdevice'); ?> | ... | ... |
-
Please register or sign in to post a comment