mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
9b1f5bc81c
commit
f76fefa873
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user