mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02: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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
me._onACSearchContainsSuccess(oResponse);
|
|
||||||
})
|
})
|
||||||
.fail(function(oResponse, sStatus, oXHR){ me._onACSearchFail(oResponse, sStatus); })
|
.fail(function(oResponse, sStatus, oXHR){ me._onACSearchFail(oResponse, sStatus); })
|
||||||
.always(function(oResponse, sStatus, oXHR){
|
.always(function(oResponse, sStatus, oXHR){
|
||||||
|
|||||||
Reference in New Issue
Block a user