Add missing tippy

This commit is contained in:
yflory 2020-06-03 16:26:59 +02:00
parent e0f796fba0
commit 21d3108ad5
2 changed files with 2 additions and 1 deletions

View file

@ -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),

View file

@ -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) {