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 drawerCls = data.drawer === false ? '' : '.cp-toolbar-drawer-element';
var icon = data.icon || "fa-question"; var icon = data.icon || "fa-question";
button = $(h('button', { button = $(h('button', {
title: data.tippy || ''
//title: data.title || '', //title: data.title || '',
}, [ }, [
h('i.fa.' + icon), h('i.fa.' + icon),

View file

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