projects
/
ldapsaisie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23e73b8
)
- LSviewList : Correction d'un bug JS
author
Benjamin Renard
<brenard@easter-eggs.com>
Fri, 20 Mar 2009 01:25:38 +0000
(
01:25
+0000)
committer
Benjamin Renard
<brenard@easter-eggs.com>
Fri, 20 Mar 2009 01:25:38 +0000
(
01:25
+0000)
trunk/includes/js/LSview.js
patch
|
blob
|
history
diff --git
a/trunk/includes/js/LSview.js
b/trunk/includes/js/LSview.js
index
3a94ae2
..
e180920
100644
(file)
--- a/
trunk/includes/js/LSview.js
+++ b/
trunk/includes/js/LSview.js
@@
-50,7
+50,7
@@
var LSview = new Class({
Event(event).stop();
if (!this._confirmBoxOpen) {
this._confirmBoxOpen = 1;
- var name = a.getParent().getP
revious
('td').getElement('a').innerHTML;
+ var name = a.getParent().getP
arent().getFirst
('td').getElement('a').innerHTML;
this.confirmBox = new LSconfirmBox({
text: this.labels.delete_confirm_text + ' "'+name+'" ?',
startElement: a,