mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR fixed JS errors
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@90684 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
3268f35d29
commit
feafb55f94
@ -406,7 +406,7 @@ Behaviour.register({
|
|||||||
'#choose_batch_action' : {
|
'#choose_batch_action' : {
|
||||||
onchange : function() {
|
onchange : function() {
|
||||||
$('batchactions').actionChanged();
|
$('batchactions').actionChanged();
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ SideReports.prototype = {
|
|||||||
'#ReportSelector' : {
|
'#ReportSelector' : {
|
||||||
onchange : function() {
|
onchange : function() {
|
||||||
$('reports_holder').reportSelected();
|
$('reports_holder').reportSelected();
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -103,6 +103,6 @@ Behaviour.register({
|
|||||||
'#ReportSelector' : {
|
'#ReportSelector' : {
|
||||||
onchange : function() {
|
onchange : function() {
|
||||||
$('reports_holder').reportSelected();
|
$('reports_holder').reportSelected();
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
Loading…
Reference in New Issue
Block a user