mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°3824 - History: Remove deprecated APIs from 2.7 and older
This commit is contained in:
12
js/utils.js
12
js/utils.js
@@ -583,18 +583,6 @@ function ExportInitButton(sSelector) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated 3.0.0 will be removed in 3.1, see N°3824
|
||||
*/
|
||||
function DisplayHistory(sSelector, sFilter, iCount, iStart) {
|
||||
$(sSelector).block();
|
||||
var oParams = {operation: 'history_from_filter', filter: sFilter, start: iStart, count: iCount};
|
||||
$.post(GetAbsoluteUrlAppRoot()+'pages/ajax.render.php', oParams, function (data) {
|
||||
$(sSelector).html(data).unblock();
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated 3.0.0 N°4367 deprecated, use {@see CombodoSanitizer.EscapeHtml} instead
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user