Fixes to machine save support
This commit is contained in:
parent
6bffc69b25
commit
585a851ce5
14 changed files with 2476 additions and 2315 deletions
|
|
@ -495,8 +495,8 @@ Component.getComponentByType = function(sType, idRelated, componentPrev)
|
|||
*/
|
||||
Component.getComponentParms = function(element)
|
||||
{
|
||||
var parms = null,
|
||||
sParms = element.getAttribute("data-value");
|
||||
var parms = null;
|
||||
var sParms = element.getAttribute("data-value");
|
||||
if (sParms) {
|
||||
try {
|
||||
parms = eval("(" + sParms + ")"); // jshint ignore:line
|
||||
|
|
|
|||
Loading…
Reference in a new issue