fix(phys8 ch1): §1 не открывался — присваивание svg.dataset=obj падало в strict-режиме (заменено на expando _body)
This commit is contained in:
@@ -1562,7 +1562,7 @@ function _initP1_iv6(){
|
|||||||
fill: '#0f172a', 'text-anchor': 'middle',
|
fill: '#0f172a', 'text-anchor': 'middle',
|
||||||
text: b.name
|
text: b.name
|
||||||
}));
|
}));
|
||||||
g.dataset = b;
|
g._body = b;
|
||||||
svg.appendChild(g);
|
svg.appendChild(g);
|
||||||
});
|
});
|
||||||
/* Термометр (draggable group) */
|
/* Термометр (draggable group) */
|
||||||
|
|||||||
Reference in New Issue
Block a user