mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
SpeedDial: Fix tooltip on Reload button
Cherry picked from: 63bf4a5cce
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
866fa8a3c4
commit
9c5f2c1624
|
@ -212,7 +212,7 @@ function addBox(url, title, img_source) {
|
||||||
};
|
};
|
||||||
var span4 = document.createElement('span');
|
var span4 = document.createElement('span');
|
||||||
span4.setAttribute('class', 'reload');
|
span4.setAttribute('class', 'reload');
|
||||||
span4.setAttribute('title', scriptData.tileReload);
|
span4.setAttribute('title', scriptData.titleReload);
|
||||||
span4.onclick = function() {
|
span4.onclick = function() {
|
||||||
onReloadClick(div);
|
onReloadClick(div);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user