Update in licenses

This commit is contained in:
Swapnil Gupta 2016-12-21 01:39:13 +05:30 committed by James Valleroy
parent 699bdbfed6
commit 615f0d0298
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
4 changed files with 8 additions and 1 deletions

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}