This commit is contained in:
jnunez 2018-06-08 16:06:22 +00:00
parent d006f8e3e4
commit ab5673dae6

View file

@ -135,6 +135,10 @@ function ENDREQUEST() {
$("#loadingGif").hide();
};
replaceAll = function (find, replace, str) {
return str.replace(new RegExp(find.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&'), 'g'), replace);
};
$.fn.TableInit = function (columnOrder, order, bPaginate, bFilter, bInfo, columnDefinition, data) {
var ES = {