1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

SpeedDial: Fix tooltip on Reload button

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2023-12-03 18:35:03 +01:00
parent 077c69e213
commit 63bf4a5cce
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -212,7 +212,7 @@ function addBox(url, title, img_source) {
};
var span4 = document.createElement('span');
span4.setAttribute('class', 'reload');
span4.setAttribute('title', scriptData.tileReload);
span4.setAttribute('title', scriptData.titleReload);
span4.onclick = function() {
onReloadClick(div);
};