Merge pull request #594 from ueokande/fix-duplicated-form

Fix duplicated form
This commit is contained in:
Shin'ya Ueoka 2019-05-26 16:54:48 +09:00 committed by GitHub
commit aea17a52d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,6 @@ const fields = [
['zoom.in', 'Zoom-in'], ['zoom.in', 'Zoom-in'],
['zoom.out', 'Zoom-out'], ['zoom.out', 'Zoom-out'],
['zoom.neutral', 'Reset zoom level'], ['zoom.neutral', 'Reset zoom level'],
['page.source', 'Open a page source'],
['repeat.last', 'Repeat last change'], ['repeat.last', 'Repeat last change'],
] ]
]; ];