BuLi-Tipp Übersicht beendet, Galerie Debugged, Navbar Mobile Ansicht gefixt
This commit is contained in:
@@ -11,11 +11,12 @@ class User {
|
||||
this.id=id;
|
||||
}
|
||||
hatgetippt():boolean{
|
||||
let hatgetippt=false;
|
||||
var hatgetippt=false;
|
||||
$.ajax(RitzenbergenLib.api("/bulitipp/hatgetippt.php?userid="+this.id),{
|
||||
async: false,
|
||||
success(response:boolean){
|
||||
hatgetippt=response;
|
||||
success(response): any{
|
||||
hatgetippt=response==1;
|
||||
console.log(response);
|
||||
}
|
||||
});
|
||||
return hatgetippt;
|
||||
|
||||
Reference in New Issue
Block a user