mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Added a function to log last logs, in case of any crashes
This commit is contained in:
@@ -21,6 +21,10 @@ function removeAllListeners() {
|
||||
socket.removeEventListener(id);
|
||||
}
|
||||
|
||||
function list_last_logs() {
|
||||
console.log(JSON.stringify(Helper.logs));
|
||||
}
|
||||
|
||||
function filterPlaylistElements(page) {
|
||||
var value = document.getElementById("filtersearch_input").value;
|
||||
var search_type = document.querySelector(".category-advanced-select").value;
|
||||
|
||||
Reference in New Issue
Block a user