Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a00ec2d1

Von Bernd Bleßmann vor 3 Monaten hinzugefügt

  • ID a00ec2d1e6d71a8ff659847f9a59d53b16e3485f
  • Vorgänger 1758316c
  • Nachfolger 8e54812a

Zwischeninventur: Modale Dialoge für Feedback

Unterschiede anzeigen:

js/kivi.StockCounting.js
1 1
namespace('kivi.StockCounting', function(ns) {
2 2

  
3
  ns.count_window_onload = () => {
4
    if ($('#successfully_counted').val() === '1') {
5
      $('#successfully_counted_modal').modal('open');
6
    }
7
    if ($('#errors').val() !== '0') {
8
      $('#error_modal').modal('open');
9
    }
10
  };
11

  
3 12
});

Auch abrufbar als: Unified diff