Skip to content
Snippets Groups Projects
Commit e38f3066 authored by Kazutaka Miyasaka's avatar Kazutaka Miyasaka Committed by Andreas Gohr
Browse files

fixed sample handling in toolbar FS#2691

parent 2741cbf6
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ function tb_format(btn, props, edid) {
* @author Andreas Gohr <andi@splitbrain.org>
*/
function tb_formatln(btn, props, edid) {
var sample = props.title || props.sample,
var sample = props.sample || props.title,
opts,
selection = getSelection(jQuery('#'+edid)[0]);
......
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