diff options
Diffstat (limited to 'js/pkgsubmit.js')
-rw-r--r-- | js/pkgsubmit.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/pkgsubmit.js b/js/pkgsubmit.js index 80b13f8..1172ba9 100644 --- a/js/pkgsubmit.js +++ b/js/pkgsubmit.js @@ -5,7 +5,7 @@ * @copyright Copyright (C) 2012 Mageia.Org * * @author Romain d'Alverny - * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 + * @license https://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License aspublished by the @@ -247,4 +247,4 @@ $(function () { $('.status-link').on("click", build_log_files_list); $("table#submitted-packages tbody").on("click", "tr td li a.view-inline", show_log_file); -});
\ No newline at end of file +}); |