diff --git a/modules/discopower/templates/disco.twig b/modules/discopower/templates/disco.twig
index 45c4071223169b4a00a2a5af079c77703a89a1e0..5fd06df1b6e1a54799165b39bccfb6ce77dd2462 100644
--- a/modules/discopower/templates/disco.twig
+++ b/modules/discopower/templates/disco.twig
@@ -3,8 +3,11 @@
 
 {% block preload %}
     <link href="{{ baseurlpath }}style.css" rel="stylesheet" type="text/css" media="screen" />
+    <link rel="stylesheet" media="screen" type="text/css" href="/resources/uitheme1.8/jquery-ui.css" />
 {% endblock %}
 {% block postload %}
+    <script type="text/javascript" src="/resources/jquery-1.8.js"></script>
+    <script type="text/javascript" src="/resources/jquery-ui-1.8.js"></script>
     <script type="text/javascript" src="{{ baseurlpath }}js/jquery.livesearch.js"></script>
     <script type="text/javascript" src="{{ baseurlpath }}js/{{ score }}.js"></script>
     {{ search|raw }}