mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
bitbake: toaster: add jquery cookie plugin
We add the jquery cookie plugin to allow us to save and read local client date in cookie. jquery-cookie using version 1.4.0 under MIT licence. (Bitbake rev: 8ce1668dd93269add878f8ea69deb8b53f3bca8b) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
15e52903fa
commit
d27c7f26d3
@@ -11,6 +11,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<script src="{% static 'js/jquery-2.0.3.min.js' %}">
|
||||
</script>
|
||||
<script src="{% static 'js/jquery.cookie.js' %}">
|
||||
</script>
|
||||
<script src="{% static 'js/bootstrap.min.js' %}">
|
||||
</script>
|
||||
<script src="{% static 'js/prettify.js' %}">
|
||||
|
||||
Reference in New Issue
Block a user