Мелоч
This commit is contained in:
@ -1035,7 +1035,7 @@ class SRec
|
||||
th.style.cssText='width: 1%;';
|
||||
tr.appendChild(th);
|
||||
th=document.createElement('th');
|
||||
th.appendChild( document.createTextNode('Del'));
|
||||
th.appendChild( document.createTextNode(trt('Del')));
|
||||
th.title = trt('Invert_selection');
|
||||
th.style.cssText='width: 1%; cursor: pointer; text-decoration: underline;';
|
||||
th.onmouseover=function(){ this.style.backgroundColor=g_rowColor2; };
|
||||
@ -1541,7 +1541,7 @@ class SRec
|
||||
{
|
||||
let nodeType=findFirstNode(node, "type");
|
||||
let typeName=nodeType.getAttribute("n");
|
||||
id=nodeType.getAttribute("id");
|
||||
let id=nodeType.getAttribute("id");
|
||||
deleteHTML(id+'_'+this.uid);
|
||||
//Rebuild sequential numbering of rows (first column)
|
||||
let theTable = document.getElementById('thetable'+this.uid); //data table
|
||||
|
||||
Reference in New Issue
Block a user