mirror of
https://github.com/csd4ni3l/loginween.git
synced 2026-01-01 04:23:48 +01:00
Add post creation with modals, make XSS responses 400 http code
This commit is contained in:
@@ -153,7 +153,6 @@ function unlight_pumpkin(ctx, cell_size, currentPattern) {
|
||||
|
||||
function setup_lightbtn(ctx, cell_size, lightbtn_id, pattern) {
|
||||
let lit = { value: false };
|
||||
|
||||
document.getElementById(lightbtn_id).addEventListener('click', function(event) {
|
||||
if (lit.value) {
|
||||
lit.value = false;
|
||||
|
||||
Reference in New Issue
Block a user