mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 14:33:49 +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();
|
Event(event).stop();
|
||||||
if (!this._confirmBoxOpen) {
|
if (!this._confirmBoxOpen) {
|
||||||
this._confirmBoxOpen = 1;
|
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({
|
this.confirmBox = new LSconfirmBox({
|
||||||
text: this.labels.delete_confirm_text + ' "'+name+'" ?',
|
text: this.labels.delete_confirm_text + ' "'+name+'" ?',
|
||||||
startElement: a,
|
startElement: a,
|
||||||
|
|
Loading…
Reference in a new issue