From 0259f4676a6fad731b4b16b3620c358afdb42fdc Mon Sep 17 00:00:00 2001
From: undisclosed
Date: Sun, 22 Jan 2023 14:32:22 +0000
Subject: [PATCH] Experimentell: JavaScript-Player fuer 'hier spielen' bei Abspiellisten
---
www/js/app.js | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/www/js/app.js b/www/js/app.js
index fa85ba9..e083851 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -670,10 +670,6 @@
return titel;
};
- this.stop_liste_hier = function() {
-
- };
-
this.gehe_zu_dialog_zeigen = function () {
self.dialog_laden_und_zeigen('data/tpl/gehe-zu.txt', '', function(){
const form = document.querySelector('form');
--
Gitblit v1.9.3