From 5ea25c89322aad00dd2918b07e7014927d8f73b5 Mon Sep 17 00:00:00 2001 From: Julian Wendling <julian.wendling@stud.hs-hannover.de> Date: Wed, 18 Mar 2020 08:51:41 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amd/src/jmodule.js b/amd/src/jmodule.js index de11e81..06e381c 100644 --- a/amd/src/jmodule.js +++ b/amd/src/jmodule.js @@ -121,7 +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(); + $('#hshcourselistul').children().remove(); } } }); -- GitLab