Bug 1789120 - "Pause Updates" for RSS Feeds stopped working. r=darktrojan

Differential Revision: https://phabricator.services.mozilla.com/D163182

--HG--
extra : rebase_source : 216dc86e308912c80a29cdc521803a949daa7874
extra : amend_source : f67fab472daa099a3b58e75583cc005327a40212
This commit is contained in:
Magnus Melin 2022-11-29 20:09:04 +11:00
Родитель 3121f7d64c
Коммит a8e8fd9aa9
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -496,12 +496,12 @@
type="checkbox"
label="&folderContextPauseAllUpdates.label;"
accesskey="&folderContextPauseUpdates.accesskey;"
oncommand="MsgPauseUpdates(undefined, this.getAttribute('checked') == true);"/>
oncommand="MsgPauseUpdates(undefined, this.getAttribute('checked') == 'true');"/>
<menuitem id="folderPaneContext-pauseUpdates"
type="checkbox"
label="&folderContextPauseUpdates.label;"
accesskey="&folderContextPauseUpdates.accesskey;"
oncommand="MsgPauseUpdates(undefined, this.getAttribute('checked') == true);"/>
oncommand="MsgPauseUpdates(undefined, this.getAttribute('checked') == 'true');"/>
<menuseparator id="folderPaneContext-sepPause"/>
<menuitem id="folderPaneContext-openNewTab"
label="&folderContextOpenNewTab.label;"