mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
SpeedDial: Fix tooltip on Reload button
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
077c69e213
commit
63bf4a5cce
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user