added license hints to the Frio javascript files

This commit is contained in:
Tobias Diekershoff 2020-09-27 18:36:33 +02:00
parent 7c5f3a9c96
commit 1e7d9fdcf6
17 changed files with 33 additions and 1 deletions

View file

@ -1,3 +1,4 @@
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPLv3-or-later
$(document).ready(function() {
// Go to the permissions tab if the checkbox is checked.
$('body').on("click", "#id_share", function() {
@ -107,3 +108,4 @@ function enableDisableFinishDate() {
else
$('#id_finish_text').prop("disabled", false);
}
// @license-end