mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Removed obnoxious message about tree filtering success (which now became visible as we fixed the statusMessage() system)
This commit is contained in:
parent
75694726d9
commit
467db5146b
@ -80,7 +80,6 @@
|
||||
function() {
|
||||
self.find(':submit').attr('disabled', false).removeClass('loading');
|
||||
self.find('.checkboxAboveTree :checkbox').attr('disabled', 'true');
|
||||
statusMessage('Filtered tree','good');
|
||||
},
|
||||
function() {
|
||||
self.find(':submit').attr('disabled', false).removeClass('loading');
|
||||
|
Loading…
Reference in New Issue
Block a user