From 278685f88db4a09ea0de441082c36f26366ff509 Mon Sep 17 00:00:00 2001
From: Julian Wendling <julian.wendling@stud.hs-hannover.de>
Date: Wed, 18 Mar 2020 08:49:28 +0100
Subject: [PATCH] =?UTF-8?q?ADDED=20Funktion=20um=20Suchergebnisse=20wieder?=
 =?UTF-8?q?=20zu=20l=C3=B6schen?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 amd/src/jmodule.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/amd/src/jmodule.js b/amd/src/jmodule.js
index 2a8ca8b..de11e81 100644
--- a/amd/src/jmodule.js
+++ b/amd/src/jmodule.js
@@ -121,6 +121,7 @@ define(['jquery'], function ($) {
                         search(searchstring, reloadList, displaymode, instanceid, sesskey, contextid, idsearching, orderbysemester, wwwroot);
                     } else {
                         // Search start after 3 chars or searching by id.
+                        $('#' + parentId).children().remove();
                     }
                 }
             });
-- 
GitLab