mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2025-07-16 11:12:23 +03:00
Fix trailing comma in args for old chromium
This commit is contained in:
parent
841fdfb8c7
commit
06cf186505
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
createMenuLinkEntry(
|
createMenuLinkEntry(
|
||||||
item.title,
|
item.title,
|
||||||
(tab) => item.getUrl(tab.url),
|
(tab) => item.getUrl(tab.url)
|
||||||
);
|
);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user