Skip to content

Commit

Permalink
Fix jQuery dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 19, 2024
1 parent 0bf0031 commit 23bea5a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

10.29 2023-11-28
10.29 2024-03-19
- Fixed jQuery dependency.

10.28 2023-11-27
- Improved repair and history performance in most cases.
Expand Down
8 changes: 7 additions & 1 deletion lib/Minion.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1115,6 +1115,12 @@ Licensed under the CC-SA License, Version 4.0 L<http://creativecommons.org/licen
Licensed under the MIT License, L<http://creativecommons.org/licenses/MIT>.
=head2 jQuery
Copyright (C) jQuery Foundation.
Licensed under the MIT License, L<http://creativecommons.org/licenses/MIT>.
=head2 D3.js
Copyright (C) 2010-2016, Michael Bostock.
Expand Down Expand Up @@ -1172,7 +1178,7 @@ Stefan Adams
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2014-2023, Sebastian Riedel and others.
Copyright (C) 2014-2024, Sebastian Riedel and others.
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version
2.0.
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title><%= title() || 'Minion' %></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
%= javascript '/mojo/jquery/jquery.js'
%= javascript '/minion/jquery/jquery.js'
%= javascript '/minion/bootstrap/bootstrap.js'
%= stylesheet '/minion/bootstrap/bootstrap.css'
%= javascript '/minion/moment/moment.js'
Expand Down Expand Up @@ -141,7 +141,7 @@
<b>Free</b> and <b>Open Source</b>.
</div>
<div class="col-sm align-self-center text-center mojo-copy">
<i class="far fa-copyright"></i> 2014-2021 Sebastian Riedel and the
<i class="far fa-copyright"></i> 2014-2024 Sebastian Riedel and the
<a href="https://docs.mojolicious.org/Minion#AUTHORS">Minion contributors</a>.
</div>
<div class="col-sm align-self-center text-center mojo-social">
Expand Down

0 comments on commit 23bea5a

Please sign in to comment.