- wip ajax

- already added ajax url to the front object
This commit is contained in:
asus
2024-02-09 18:06:06 +01:00
parent 011f0b9c3f
commit e0216ee5b3
3 changed files with 6 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
const title = document.querySelector(".first_el_to_change");
title.innerHTML = "--- coucou ;) " + php_data.myvar_1;
console.log(php_data.myvar_1);
console.log(php_data);