delete unused profile and demo files

This commit is contained in:
lukas-heiligenbrunner
2020-03-27 17:53:33 +01:00
parent 8b43afb2c9
commit 0498e61616
3 changed files with 0 additions and 427 deletions

View File

@@ -1,7 +0,0 @@
$(document).ready(function() {
$("#firstname").value("hhh");
$.post('/senddata/checkloginstate', 'action=getfirstname', function (data) {
console.log(data);
}, 'json');
});