API CHANGE Removed unused showResponseAsSuccessMessage() javascript method

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92639 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-11-21 02:37:53 +00:00
parent 9b1f5bc81c
commit f76fefa873

View File

@ -694,9 +694,6 @@ function hideLoading() {
returnFalse = function() {
return false;
}
showResponseAsSuccessMessage = function(response) {
statusMessage(response.responseText, 'good');
}
/**
* This function is called by prototype when it receives notification that the user was logged out.