mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
Update in licenses
This commit is contained in:
parent
699bdbfed6
commit
615f0d0298
@ -44,7 +44,7 @@
|
||||
|
||||
{% block page_js %}
|
||||
<script type="text/javascript">
|
||||
|
||||
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL v3.0 or later
|
||||
(function($) {
|
||||
var SELFHOST = 'https://carol.selfhost.de/update?username=<User>&' +
|
||||
'password=<Pass>&myip=<Ip>'
|
||||
@ -163,5 +163,6 @@
|
||||
$('#id_dynamicdns_ipurl').closest('.form-group').show();
|
||||
}
|
||||
})(jQuery);
|
||||
// @license-end
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
@ -37,6 +37,7 @@
|
||||
{% block page_js %}
|
||||
|
||||
<script type="text/javascript">
|
||||
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL v3.0 or later
|
||||
(function($) {
|
||||
|
||||
function ip_required(required, ip_version, fields) {
|
||||
@ -107,6 +108,7 @@
|
||||
});
|
||||
|
||||
})(jQuery);
|
||||
// @license-end
|
||||
</script>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@ -46,6 +46,7 @@
|
||||
{% block page_js %}
|
||||
|
||||
<script type="text/javascript">
|
||||
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL v3.0 or later
|
||||
(function($) {
|
||||
|
||||
$('#id_pagekite-enabled').change(function() {
|
||||
@ -57,5 +58,6 @@
|
||||
});
|
||||
|
||||
})(jQuery);
|
||||
// @license-end
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
@ -141,6 +141,7 @@
|
||||
{% block page_js %}
|
||||
|
||||
<script type="text/javascript">
|
||||
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL v3.0 or later
|
||||
(function($) {
|
||||
$('#id_tor-relay_enabled').change(function() {
|
||||
var bridge = $('#id_tor-bridge_relay_enabled');
|
||||
@ -151,6 +152,7 @@
|
||||
}
|
||||
}).change();
|
||||
})(jQuery);
|
||||
// @license-end
|
||||
</script>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user