Перед глобальными изменениями

This commit is contained in:
Igor I
2024-03-25 17:21:39 +05:00
parent 6440cfc419
commit beea8a48e8

View File

@ -11,7 +11,7 @@ function setFilterVal(uid,id,c,p)
var SRec_mas = new Array(); //List of all objects "EdtRec" (then something better to think of) var SRec_mas = new Array(); //List of all objects "EdtRec" (then something better to think of)
class SRec class SRec extends TWin
{ {
constructor() constructor()
{ {
@ -46,7 +46,7 @@ class SRec
this.onUpdate=null; //For call set function this.onUpdate=null; //For call set function
this.onInsert=null; //For call set function this.onInsert=null; //For call set function
} }
applyReq(req,fn,node,xmldoc) applyReq(req,fn,node,xmldoc)
{ {
this.hideProgressBar(); this.hideProgressBar();