diff --git a/modules/discopower/templates/disco.tpl.php b/modules/discopower/templates/disco.tpl.php
index e6fef05072fc59b30ba318b9b316f3a6004c494b..a5a104063af1da6c298fa4074b6443cd84e8eb1f 100644
--- a/modules/discopower/templates/disco.tpl.php
+++ b/modules/discopower/templates/disco.tpl.php
@@ -144,5 +144,5 @@ foreach ($this->data['idplist'] as $tab => $slist) {
 
 <?php
 $this->data['post'] .= '<script type="text/javascript" src="'.
-    SimpleSAML\Module::getModuleURL('discopower/js/javascript.js').'"></script>';
+    SimpleSAML\Module::getModuleURL('discopower/assets/js/suggest.js').'"></script>';
 $this->includeAtTemplateBase('includes/footer.php');