Skip to content
Snippets Groups Projects
Commit ff10b240 authored by Anika Henke's avatar Anika Henke
Browse files

improved toolbar appearing to load slowly

parent 87f69c19
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ function createToolButton(icon,label,key,id,classname){
icon = DOKU_BASE + 'lib/images/toolbar/' + icon;
}
$ico.attr('src', icon);
$ico.attr('width', 16);
$ico.attr('height', 16);
$btn.append($ico);
// we have to return a DOM object (for compatibility reasons)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment