mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
- LSviewList : Correction d'un bug JS
This commit is contained in:
parent
23e73b8ee8
commit
d07efb29d6
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ var LSview = new Class({
|
|||
Event(event).stop();
|
||||
if (!this._confirmBoxOpen) {
|
||||
this._confirmBoxOpen = 1;
|
||||
var name = a.getParent().getPrevious('td').getElement('a').innerHTML;
|
||||
var name = a.getParent().getParent().getFirst('td').getElement('a').innerHTML;
|
||||
this.confirmBox = new LSconfirmBox({
|
||||
text: this.labels.delete_confirm_text + ' "'+name+'" ?',
|
||||
startElement: a,
|
||||
|
|
Loading…
Reference in a new issue