summaryrefslogtreecommitdiff
path: root/src/www/gfse
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-11-29 16:05:42 +0000
committerhallgren <hallgren@chalmers.se>2012-11-29 16:05:42 +0000
commit8c22a380f749514fdee246163bd4c7355b8f1faa (patch)
tree2f1ad261d416076d82e82a16fac814369f9edc9e /src/www/gfse
parent8cefec807acd877145e7a46eb2d8d4dcac45af2d (diff)
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.
Diffstat (limited to 'src/www/gfse')
-rw-r--r--src/www/gfse/editor.js6
1 files changed, 0 insertions, 6 deletions
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
-}
/* -------------------------------------------------------------------------- */