Captcha design
This commit is contained in:
parent
ed3ed8dab7
commit
cf8116b218
2 changed files with 98 additions and 20 deletions
3
main.js
3
main.js
|
|
@ -1,3 +1,6 @@
|
|||
var url = `${window.location.protocol}//${window.location.hostname}`;
|
||||
var params = new URLSearchParams(window.location.search);
|
||||
|
||||
const collapseDmsBtn = document.getElementById("collapse-dms");
|
||||
|
||||
const sidebarHome = document.getElementById("sidebar-home");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue