git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C10
This commit is contained in:
parent
d006f8e3e4
commit
ab5673dae6
1 changed files with 4 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue