From 8c22a380f749514fdee246163bd4c7355b8f1faa Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 29 Nov 2012 16:05:42 +0000 Subject: minibar: add tool tips to some of the buttons Also move the functions title and attr from editor/editor.js to js/support.js. Also mention recent changes in minibar/about.html. --- src/www/gfse/editor.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/www/gfse/editor.js') diff --git a/src/www/gfse/editor.js b/src/www/gfse/editor.js index a731279ab..f3f5bf98f 100644 --- a/src/www/gfse/editor.js +++ b/src/www/gfse/editor.js @@ -1908,12 +1908,6 @@ function table(rows) { return wrap("table",rows); } function td_right(cs) { return node("td",{"class":"right"},cs); } function td_center(cs) { return node("td",{"class":"center"},cs); } function jsurl(js) { return "javascript:"+js; } -function title(t,n) { return attr({title:t},n) } - -function attr(as,n) { - for(var a in as) n.setAttribute(a,as[a]); - return n -} /* -------------------------------------------------------------------------- */ -- cgit v1.2.3