mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
According to @varjolintu's comment on the PR (https://github.com/keepassxreboot/keepassxc-browser/pull/1662), this bit of code actually just needs to be removed altogether. So, this commit removes it.
This commit is contained in:
parent
07d235b46b
commit
c1563edf88
1 changed files with 0 additions and 5 deletions
|
|
@ -660,11 +660,6 @@ options.initAbout = function() {
|
|||
$('#tab-about span.kpxcbrVersion').textContent = version;
|
||||
$('#tab-about span.kpxcbrOS').textContent = platform;
|
||||
$('#tab-about span.kpxcbrBrowser').textContent = getBrowserId();
|
||||
|
||||
// Hides keyboard shortcut configure button if Firefox version is < 60 (API is not compatible)
|
||||
if (isFirefox() && Number(navigator.userAgent.substring(navigator.userAgent.lastIndexOf('/') + 1)) < 60) {
|
||||
$('#chrome-only').remove();
|
||||
}
|
||||
};
|
||||
|
||||
options.initTheme = function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue