Removed obsolete files

This commit is contained in:
Daniel
2025-03-17 16:17:41 +01:00
parent 12f78582c0
commit 7aef895462
35 changed files with 10 additions and 37537 deletions

View File

@ -4,8 +4,8 @@
// local debugging: print the name of every executed funtion to the console
var debug_group_daniel = 0;
var writePermissionTimeout; // Sets writePermission to 'false, restarts by
// user-interaction.
var writePermissionTimeout; // Sets writePermission to 'false,
// restarts by user-interaction.
var prompt = false // True while a prompt is opened.
@ -13,24 +13,8 @@ function getGroup(s, name) {
if (debug_group_daniel) {
console.log("%cfunction: getGroup", "color:white;background:salmon");
}
// var found = false;
// if (name == "") {
// swiper[s].slideTo(defaultSlidePos(s));
// return;
// }
// for (var i = 0; i < swiper[s].slides.length; i++) {
// var slideType = swiper[s].slides[i].slideType;
// if (slideType == name) {
// found = true;
// swiper[s].slideTo(i);
// }
// }
// if (!found && name != "console" && name != "graphics") {
// Server-request for group.
reqJSON(s, "http://" + hostPort + "/getblock?path=" + name
+ "&id=" + clientID, successHandler, errorHandler);
// }
reqJSON(s, "http://" + hostPort + "/getblock?path=" + name
+ "&id=" + clientID, successHandler, errorHandler);
}
function sendCommand(s, command) {