diff options
Diffstat (limited to 'js/Misc/PAL_f.js')
-rw-r--r-- | js/Misc/PAL_f.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Misc/PAL_f.js b/js/Misc/PAL_f.js index 207c706c..6a75f8c7 100644 --- a/js/Misc/PAL_f.js +++ b/js/Misc/PAL_f.js @@ -12,7 +12,7 @@ model.blocktype="h"; model.dep_ut=[false,false]; gr_i=[]; x=standard_define([2,2],model,[],gr_i); -x.graphics.id=scs.props.title(1); +x.graphics.id=scs.props.title[1-1]; } PAL_f.prototype.details = function PAL_f() { } @@ -20,7 +20,7 @@ x.graphics.id=scs.props.title(1); } PAL_f.prototype.set = function PAL_f() { [x,newparameters,needcompile,edited]=scicos(arg1.model.rpar); -arg1.graphics.id=x.props.title(1); +arg1.graphics.id=x.props.title[1-1]; arg1.model.rpar=x; x=arg1; y=[]; |