From 42bf01297b6a5a8a90ddcf61775bec7dd457c548 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Fri, 8 Mar 2019 14:50:45 +0100
Subject: [PATCH] Fix file name

---
 modules/discopower/templates/disco.tpl.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/discopower/templates/disco.tpl.php b/modules/discopower/templates/disco.tpl.php
index e6fef0507..a5a104063 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');
-- 
GitLab