diff options
author | Freya Murphy <freya@freyacat.org> | 2024-04-01 15:02:51 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-04-01 15:02:51 -0400 |
commit | 9ed46c335d6020b10f720d9738b8252d424dd24c (patch) | |
tree | fd8751ebf01472d16c6f1bb00797ba921a246d3f /src/public/js | |
parent | login and register, liking on homepage (diff) | |
download | xssbook2-9ed46c335d6020b10f720d9738b8252d424dd24c.tar.gz xssbook2-9ed46c335d6020b10f720d9738b8252d424dd24c.tar.bz2 xssbook2-9ed46c335d6020b10f720d9738b8252d424dd24c.zip |
start custom banner and avatar loading
Diffstat (limited to 'src/public/js')
-rw-r--r-- | src/public/js/lib.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/public/js/lib.js b/src/public/js/lib.js index edb7258..19019ad 100644 --- a/src/public/js/lib.js +++ b/src/public/js/lib.js @@ -12,7 +12,8 @@ var $$ = (selector) => { 'on', 'click', 'submit', - 'each' + 'each', + 'error' ]; let vtable = {}; |