Persoenliche Mediazentrale
ulrich
2022-05-11 3866a756db6c85e36d1896af8461682c8c19a2ec
Rueckmeldung fuer Lautstaerkeregelung unterbunden
1 files modified
4 ■■■ changed files
www/js/app.js 4 ●●● patch | view | raw | blame | history
www/js/app.js
@@ -451,7 +451,9 @@
  this.kommando = function(kommando) {
    var abs = document.querySelector('#abspieler').value;
    self.http_get('api/strg/' + abs + '/' + kommando, function(responseText) {
      self.meldung_mit_timeout(responseText, 1500);
      if(kommando !== 'volup' && kommando !== 'voldn') {
        self.meldung_mit_timeout(responseText, 1500);
      }
    });
  };