mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
license added for jsxc.html
This commit is contained in:
parent
615f0d0298
commit
690fba96f5
@ -70,10 +70,12 @@
|
|||||||
<script src="/javascript/jsxc/jsxc.js"></script>
|
<script src="/javascript/jsxc/jsxc.js"></script>
|
||||||
|
|
||||||
<script lang="text/javascript">
|
<script lang="text/javascript">
|
||||||
|
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL v3.0 or later
|
||||||
var plinth_settings = {
|
var plinth_settings = {
|
||||||
"domainname": "{{ domainname }}",
|
"domainname": "{{ domainname }}",
|
||||||
"jsxc_root": "{% static 'xmpp/libjs-jsxc' %}"
|
"jsxc_root": "{% static 'xmpp/libjs-jsxc' %}"
|
||||||
};
|
};
|
||||||
|
// @license-end
|
||||||
</script>
|
</script>
|
||||||
<script src="{% static 'xmpp/jsxc-plinth.js' %}"></script>
|
<script src="{% static 'xmpp/jsxc-plinth.js' %}"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user