From cd5b0819762aa4a1cb72d29ab7b8c3ac65bbad76 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 18 Jun 2018 17:30:31 +0530 Subject: use format string --- js/Branching/GotoTagVisibility.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/Branching/GotoTagVisibility.js') diff --git a/js/Branching/GotoTagVisibility.js b/js/Branching/GotoTagVisibility.js index 332818a4..8235f9b8 100644 --- a/js/Branching/GotoTagVisibility.js +++ b/js/Branching/GotoTagVisibility.js @@ -30,7 +30,7 @@ model=arg1.model; while (true) { [ok,tag,exprs]=scicos_getvalue("Set parameters",["GotoTag"],list("str",-1),exprs); if (!ok) { -break +break; } if (ok) { if (model.opar!=list(tag)) { @@ -41,7 +41,7 @@ graphics.exprs=exprs; model.opar=list(tag); x.graphics=graphics; x.model=model; -break +break; } } needcompile=resume(needcompile) -- cgit