1
0
Fork 0

Bug fix/internal issue 1983 (#6746)

This commit is contained in:
Heiko 2018-10-08 10:15:40 +02:00 committed by Jan
parent e78d1aa541
commit 24c6a7037a
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,9 @@
devel
-----
* fixed internal issue #1983: the Web UI was showing a deletion confirmation
multiple times.
* removed bundled Valgrind headers, removed JavaScript variable `valgrind`
from the `internal` module

View File

@ -217,9 +217,11 @@
prepDeleteIndex: function (e) {
var self = this;
this.lastTarget = e;
this.lastId = $(this.lastTarget.currentTarget).parent().parent().first().children().first().text();
// window.modalView.hide()
if ($('#indexDeleteModal').length) {
return;
}
// delete modal
$('#content #modal-dialog .modal-footer').after(