mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
10 lines
155 B
JavaScript
10 lines
155 B
JavaScript
|
Behaviour.register({
|
||
|
'.buttons button' : {
|
||
|
onclick: function() {
|
||
|
window.top._OPEN_DIALOG.execHandler( this.name );
|
||
|
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
});
|