Skip to content

Commit 1c85996

Browse files
authored
Update minisearch.js
1 parent 1f642e5 commit 1c85996

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library_db/static/js/minisearch.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*!
2+
* minisearch.js for SQL-Library (https://github.com/sdaqo/SQL-Library)
3+
* Licensed under GPL-3.0 (https://github.com/sdaqo/SQL-Library/blob/main/LICENSE)
4+
*/
5+
16
function removeResChildren(parent) {
27
while (parent.firstChild) {
38
parent.firstChild.remove();

0 commit comments

Comments
 (0)