diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-18 17:37:32 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-18 17:48:04 +1100 |
commit | ed6aecf157215e875de37875d3f51dd2a424b8a2 (patch) | |
tree | 69781edebabfac3f4fed586ea08520e4bf22d4ad | |
parent | fix: not being able to enable community (diff) | |
download | server-ed6aecf157215e875de37875d3f51dd2a424b8a2.tar.xz |
Refactored testclient
-rw-r--r-- | assets/client_test/index.html | 1 | ||||
-rw-r--r-- | assets/inline-plugins/.gitkeep | 0 | ||||
-rw-r--r-- | assets/preload-plugins/.gitkeep | 0 |
3 files changed, 1 insertions, 0 deletions
diff --git a/assets/client_test/index.html b/assets/client_test/index.html index 50bdf45b..c1f80dfe 100644 --- a/assets/client_test/index.html +++ b/assets/client_test/index.html @@ -122,6 +122,7 @@ })(); </script> + <!-- inline plugin marker --> <!-- preload plugin marker --> </head> diff --git a/assets/inline-plugins/.gitkeep b/assets/inline-plugins/.gitkeep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/assets/inline-plugins/.gitkeep diff --git a/assets/preload-plugins/.gitkeep b/assets/preload-plugins/.gitkeep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/assets/preload-plugins/.gitkeep |