mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
parent
d639990894
commit
954f603ec3
@ -56,9 +56,9 @@
|
||||
rel="stylesheet" type="text/css" />
|
||||
<link href="/javascript/jquery-ui/themes/base/jquery-ui.min.css"
|
||||
media="all" rel="stylesheet" type="text/css" />
|
||||
<link href="{% static 'xmpp/libjs-jsxc/jsxc.css' %}" media="all"
|
||||
<link href="{% static 'jsxc/libjs-jsxc/jsxc.css' %}" media="all"
|
||||
rel="stylesheet" type="text/css" />
|
||||
<link href="{% static 'xmpp/jsxc-plinth.css' %}" media="all"
|
||||
<link href="{% static 'jsxc/jsxc-plinth.css' %}" media="all"
|
||||
rel="stylesheet" type="text/css" />
|
||||
|
||||
<script src="/javascript/jquery/jquery.min.js"></script>
|
||||
@ -73,11 +73,11 @@
|
||||
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL v3.0 or later
|
||||
var plinth_settings = {
|
||||
"domainname": "{{ domainname }}",
|
||||
"jsxc_root": "{% static 'xmpp/libjs-jsxc' %}"
|
||||
"jsxc_root": "{% static 'jsxc/libjs-jsxc' %}"
|
||||
};
|
||||
// @license-end
|
||||
</script>
|
||||
<script src="{% static 'xmpp/jsxc-plinth.js' %}"></script>
|
||||
<script src="{% static 'jsxc/jsxc-plinth.js' %}"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user