Moved common JS and CSS to separate file.

This commit is contained in:
flash 2025-02-02 21:27:31 +00:00
parent 584546a8f7
commit 2d6f9d0f1b
36 changed files with 204 additions and 564 deletions
assets/common.js

5
assets/common.js/main.js Normal file
View file

@ -0,0 +1,5 @@
#include array.js
#include csrf.js
#include html.js
#include uniqstr.js
#include xhr.js