diff options
author | amy <[email protected]> | 2023-02-23 17:46:35 -0600 |
---|---|---|
committer | amy <[email protected]> | 2023-02-23 17:46:35 -0600 |
commit | 2d8ae90132169d228c805b801ad340e91d1a428a (patch) | |
tree | 875d5eb765c4995162b71d4722b4537cfb4c5690 /src/common.js | |
parent | e0aa0715a4ae17aefc21c0796d7fb6c71ef3bd8a (diff) |
aa
Diffstat (limited to 'src/common.js')
-rw-r--r-- | src/common.js | 5 |
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 |