summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/base.html
diff options
context:
space:
mode:
authorElliot Smith <elliot.smith@intel.com>2016-04-12 12:07:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 08:35:03 +0100
commitcd7b48cd0da27f415194d3aaeb330ba6eb7d5d9d (patch)
treef0053453162a55de7cb7390d234d0e8612a074d7 /bitbake/lib/toaster/toastergui/templates/base.html
parent64622029d7226c64bc1c92bf9680119946cf8b81 (diff)
downloadpoky-cd7b48cd0da27f415194d3aaeb330ba6eb7d5d9d.tar.gz
bitbake: toaster: migrate typeahead library
Migrate from Bootstrap 2's built-in typeahead to Twitter's typeahead library. This is to facilitate moving to Bootstrap 3, which doesn't have a typeahead. (Bitbake rev: 0748177b40188a6fb735fe1ba1c17294afa4a3d0) Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Michael Wood <michael.g.wood@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 210cf3360c..e26a429daa 100644
--- a/bitbake/lib/toaster/toastergui/templates/base.html
+++ b/bitbake/lib/toaster/toastergui/templates/base.html
@@ -21,6 +21,8 @@
21 </script> 21 </script>
22 <script src="{% static 'js/bootstrap.min.js' %}"> 22 <script src="{% static 'js/bootstrap.min.js' %}">
23 </script> 23 </script>
24 <script src="{% static 'js/typeahead.jquery.min.js' %}">
25 </script>
24 <script src="{% static 'js/prettify.js' %}"> 26 <script src="{% static 'js/prettify.js' %}">
25 </script> 27 </script>
26 <script src="{% static 'js/libtoaster.js' %}"> 28 <script src="{% static 'js/libtoaster.js' %}">