mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Adding semi-colon on context variable on service invoker Js
This commit is contained in:
parent
4283c3ed4d
commit
06db0fa707
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
{{#zone "topJs"}}
|
{{#zone "topJs"}}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var context = "{{@app.context}}"
|
var context = "{{@app.context}}";
|
||||||
</script>
|
</script>
|
||||||
{{/zone}}
|
{{/zone}}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user