Skip to content

Commit

Permalink
Update js/ui/toolbar.js
Browse files Browse the repository at this point in the history
Issue Studio-42#366 fix
  • Loading branch information
oyejorge committed Aug 23, 2012
1 parent 5090f29 commit a5eb10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/toolbar.js
Expand Up @@ -26,7 +26,7 @@ $.fn.elfindertoolbar = function(fm, opts) {
}

panel.children().length && self.prepend(panel);
panel.children(':not(:last),:not(:first):not(:last)').after('<span class="ui-widget-content elfinder-toolbar-button-separator"/>');
panel.children(':gt(0)').before('<span class="ui-widget-content elfinder-toolbar-button-separator"/>');

}
}
Expand Down

0 comments on commit a5eb10d

Please sign in to comment.