Add missing tippy

pull/1/head
yflory 5 years ago
parent e0f796fba0
commit 21d3108ad5

@ -1658,6 +1658,7 @@ define([
var drawerCls = data.drawer === false ? '' : '.cp-toolbar-drawer-element';
var icon = data.icon || "fa-question";
button = $(h('button', {
title: data.tippy || ''
//title: data.title || '',
}, [
h('i.fa.' + icon),

@ -255,7 +255,7 @@ define([
text: '',
name: 'burn-anon-drive',
icon: 'fa-ban',
title: Messages.fm_burnThisDriveButton,
tippy: Messages.fm_burnThisDriveButton,
drawer: false
}).click(function () {
UI.confirm(Messages.fm_burnThisDrive, function (yes) {

Loading…
Cancel
Save