mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°6816 - Search: Fix JS "me._onACSearchContainsSuccess is not a function" error (#556)
This commit is contained in:
@@ -439,8 +439,6 @@ $(function()
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
me._onACSearchContainsSuccess(oResponse);
|
||||
})
|
||||
.fail(function(oResponse, sStatus, oXHR){ me._onACSearchFail(oResponse, sStatus); })
|
||||
.always(function(oResponse, sStatus, oXHR){
|
||||
|
||||
Reference in New Issue
Block a user