зеркало из https://github.com/mozilla/pjs.git
Bug 284379: Enabling middlemouse.contentLoadURL and middle clicking a tab should still close tab, patch by Adam Guthrie <ispiked@gmail.com>, r=rob_strong
This commit is contained in:
Родитель
4c19816689
Коммит
a16dc47baf
|
@ -755,8 +755,7 @@
|
|||
<parameter name="event"/>
|
||||
<body>
|
||||
<![CDATA[
|
||||
if (event.button != 1 || event.target.localName != 'tab' ||
|
||||
this.mPrefs.getBoolPref("middlemouse.contentLoadURL"))
|
||||
if (event.button != 1 || event.target.localName != 'tab')
|
||||
return;
|
||||
|
||||
this.removeTab(event.target);
|
||||
|
|
Загрузка…
Ссылка в новой задаче