mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSview : Fixed customAction confirm by JS
This commit is contained in:
parent
f1dfcf13bf
commit
954b610a51
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ var LSview = new Class({
|
||||||
if (checkRemove.exec(el.href)) {
|
if (checkRemove.exec(el.href)) {
|
||||||
el.addEvent('click',this.onRemoveViewBtnClick.bindWithEvent(this,el));
|
el.addEvent('click',this.onRemoveViewBtnClick.bindWithEvent(this,el));
|
||||||
}
|
}
|
||||||
|
else if(el.hasClass('LScustomActions')) {
|
||||||
|
el.addEvent('click',this.onCustomActionBtnClick.bindWithEvent(this,el));
|
||||||
|
}
|
||||||
}, this);
|
}, this);
|
||||||
|
|
||||||
this.LSsearchForm = $('LSsearch_form');
|
this.LSsearchForm = $('LSsearch_form');
|
||||||
|
|
Loading…
Reference in a new issue