From 26d5bcd3949d5327b411057b3de5d4ecbe710914 Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 22 Feb 2012 16:45:46 +0000 Subject: gfse: layout fix Style options inteded for some buttons used in example-based editing was unintensionally applied to some other OK/Cancel buttons as well. --- src/www/gfse/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/www/gfse/editor.js') diff --git a/src/www/gfse/editor.js b/src/www/gfse/editor.js index c86fe72d1..03cef9dec 100644 --- a/src/www/gfse/editor.js +++ b/src/www/gfse/editor.js @@ -1058,7 +1058,7 @@ function draw_lins(g,ci) { } l.push(sep(" = ")); var t=editable("span",text_ne(f.lin),g,edit(f),"Edit lin for "+f.fun); - appendChildren(t,exb_linbuttons(g,ci,f)); + t.appendChild(exb_linbuttons(g,ci,f)); l.push(t); return node("span",{"class":cls},l); } -- cgit v1.2.3