mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
[PALEMOON] Fix typo in browser-thumbnails.js
Follow up to a0bfb651b
This commit is contained in:
parent
d372405c3e
commit
f7b2643855
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ let gBrowserThumbnails = {
|
|||
// Tycho: aCallback([browser.currentURI.spec for (browser of gBrowser.browsers)]);
|
||||
let result = [];
|
||||
for (let browser of gBrowser.browsers) {
|
||||
result.push(browser.currentURL.spec);
|
||||
result.push(browser.currentURI.spec);
|
||||
}
|
||||
aCallback(result);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue