mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
bitbake: toaster: update jquery version 2.0.3 -> 3.7.1
Updated jquery version from 2.0.3 to 3.7.1 https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/ (Bitbake rev: 8490844a0304ca2af2ee6c5700790121cccf0a13) Signed-off-by: Marlon Rodriguez Garcia <marlon.rodriguez-garcia@savoirfairelinux.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ae269e191b
commit
06f2cf81f4
2
bitbake/lib/toaster/toastergui/static/js/jquery-3.7.1.min.js
vendored
Normal file
2
bitbake/lib/toaster/toastergui/static/js/jquery-3.7.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -657,7 +657,7 @@ $(document).ready(function() {
|
||||
hljs.initHighlightingOnLoad();
|
||||
|
||||
// Prevent invalid links from jumping page scroll
|
||||
$('a[href=#]').click(function() {
|
||||
$('a[href="#"]').click(function() {
|
||||
return false;
|
||||
});
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
|
||||
<script src="{% static 'js/jquery-2.0.3.min.js' %}">
|
||||
<script src="{% static 'js/jquery-3.7.1.min.js' %}">
|
||||
</script>
|
||||
<script src="{% static 'js/jquery.cookie.js' %}">
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user