MINOR Removed obnoxious message about tree filtering success (which now became visible as we fixed the statusMessage() system)

This commit is contained in:
Ingo Schommer 2012-03-02 15:23:14 +01:00
parent 75694726d9
commit 467db5146b

View File

@ -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');