From 776a2c75360b1a376b2c22bcadce606030d8c75f Mon Sep 17 00:00:00 2001 From: amy Date: Thu, 23 Feb 2023 17:46:35 -0600 Subject: aa --- src/common.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/common.js') diff --git a/src/common.js b/src/common.js index a3309d9..f7d2cca 100644 --- a/src/common.js +++ b/src/common.js @@ -8,4 +8,7 @@ function appendHtml(el, str) { while (div.children.length > 0) { el.appendChild(div.children[0]); } -} \ No newline at end of file +} + + +const rem_emp = function (e) {return e !== "";}; \ No newline at end of file -- cgit v1.2.3