Skip to content
Snippets Groups Projects
Commit 278685f8 authored by Julian Tolstich's avatar Julian Tolstich
Browse files

ADDED Funktion um Suchergebnisse wieder zu löschen

parent e51aa220
No related branches found
No related tags found
1 merge request!2Resolve "Sucheingabe bei gelöschter Eingabe"
......@@ -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();
}
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment