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
commit2d8ae90132169d228c805b801ad340e91d1a428a (patch)
tree875d5eb765c4995162b71d4722b4537cfb4c5690 /src/common.js
parente0aa0715a4ae17aefc21c0796d7fb6c71ef3bd8a (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