aboutsummaryrefslogtreecommitdiff
path: root/src/common.js
diff options
context:
space:
mode:
authoramy <[email protected]>2023-02-23 17:46:35 -0600
committeramy <[email protected]>2023-02-23 17:46:35 -0600
commit776a2c75360b1a376b2c22bcadce606030d8c75f (patch)
tree3c733122c398e85ec181300a940895c5b01cd8a1 /src/common.js
parent7c3e22fe510f1e531da4d46c87e4e8eb7dc2c7d5 (diff)
aa
Diffstat (limited to 'src/common.js')
-rw-r--r--src/common.js5
1 files changed, 4 insertions, 1 deletions
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