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',
|
||||
text: b.name
|
||||
}));
|
||||
g.dataset = b;
|
||||
g._body = b;
|
||||
svg.appendChild(g);
|
||||
});
|
||||
/* Термометр (draggable group) */
|
||||
|
||||
Reference in New Issue
Block a user