summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/base.html
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2014-01-16 13:07:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-27 21:01:04 +0000
commitd27c7f26d39b66c41c1b09d6b5875e957045355d (patch)
tree011cbba4b7e1ff08581835bba3cf9250f238c38a /bitbake/lib/toaster/toastergui/templates/base.html
parent15e52903fa2373b81345cf1e293e7b60ae122a91 (diff)
downloadpoky-d27c7f26d39b66c41c1b09d6b5875e957045355d.tar.gz
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>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/base.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html
index 3508962e67..492a0f561a 100644
--- a/bitbake/lib/toaster/toastergui/templates/base.html
+++ b/bitbake/lib/toaster/toastergui/templates/base.html
@@ -11,6 +11,8 @@
11<meta name="viewport" content="width=device-width, initial-scale=1.0" /> 11<meta name="viewport" content="width=device-width, initial-scale=1.0" />
12<script src="{% static 'js/jquery-2.0.3.min.js' %}"> 12<script src="{% static 'js/jquery-2.0.3.min.js' %}">
13</script> 13</script>
14<script src="{% static 'js/jquery.cookie.js' %}">
15</script>
14<script src="{% static 'js/bootstrap.min.js' %}"> 16<script src="{% static 'js/bootstrap.min.js' %}">
15</script> 17</script>
16<script src="{% static 'js/prettify.js' %}"> 18<script src="{% static 'js/prettify.js' %}">