mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 06:33:33 +01:00
Fix :saveas naming bug.
--HG-- extra : rebase_source : 5f85f68a25499827943f07a182de6af70eee4461
This commit is contained in:
@@ -32,7 +32,8 @@ function checkPopup(event) {
|
||||
let elem = doc.getAnonymousElementByAttribute(binding, "anonid", "stillworks");
|
||||
if (elem && elem.nextSibling) {
|
||||
elem.nextSibling.disabled = true;
|
||||
elem.nextSibling.setAttribute("tooltiptext", "Developer has opted out of incompatibility reports");
|
||||
elem.nextSibling.setAttribute("tooltiptext", "Developer has opted out of incompatibility reports\n"+
|
||||
"Development versions are available with updated support");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user