mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°2847 - Tranform old itop datatable to jquery DataTable - Fix management of button "Add"
This commit is contained in:
@@ -262,7 +262,7 @@ function UpdateFileName(id, sNewFileName) {
|
||||
* Reload a search form for the specified class
|
||||
*/
|
||||
function ReloadSearchForm(divId, sClassName, sBaseClass, sContext, sTableId, sExtraParams) {
|
||||
var oDiv = $('#'+divId);
|
||||
var oDiv = $('#'+divId).parent();
|
||||
oDiv.block();
|
||||
// deprecated in jQuery 1.8
|
||||
//var oFormEvents = $('#ds_'+divId+' form').data('events');
|
||||
|
||||
Reference in New Issue
Block a user