OOP zu BuLi-Tipp hinzugefügt
This commit is contained in:
@@ -11,14 +11,14 @@ export default {
|
||||
return {
|
||||
openedModals,
|
||||
modaltypes: ["text", "html"],
|
||||
RitzenbergenLib,
|
||||
RitzenbergenLib: RitzenbergenLib.RitzenbergenLib,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
events() {
|
||||
let result: any[]=[];
|
||||
|
||||
$.ajax(RitzenbergenLib.api("get_events.php"),{
|
||||
$.ajax(RitzenbergenLib.RitzenbergenLib.api("get_events.php"),{
|
||||
crossDomain: true,
|
||||
async: false,
|
||||
success: function (data:string) {
|
||||
|
||||
Reference in New Issue
Block a user