mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Reduce amount of JS-Calls
This commit is contained in:
@@ -94,10 +94,9 @@ async function setSession(formdata) {
|
||||
processData: false,
|
||||
contentType: false,
|
||||
success: function (data) {
|
||||
|
||||
sessiondata=data;
|
||||
}
|
||||
});
|
||||
sessiondata=await getSession(); // refresh Sessiondata
|
||||
}
|
||||
|
||||
// realtime clock
|
||||
|
||||
Reference in New Issue
Block a user