mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 18:07:58 +01:00
Finish this ridiculously botched merge.
This commit is contained in:
@@ -78,7 +78,7 @@ function Buffer() //{{{
|
|||||||
let i = cur + steps;
|
let i = cur + steps;
|
||||||
i = Math.max(0, Math.min(values.length - 1, i));
|
i = Math.max(0, Math.min(values.length - 1, i));
|
||||||
|
|
||||||
if (i == cur && fulZoom == ZoomManager.useFullZoom)
|
if (i == cur && fulZoom == ZoomManager.useFullZoom)
|
||||||
liberator.beep();
|
liberator.beep();
|
||||||
setZoom(Math.round(values[i] * 100), fullZoom);
|
setZoom(Math.round(values[i] * 100), fullZoom);
|
||||||
}
|
}
|
||||||
@@ -602,7 +602,6 @@ function Buffer() //{{{
|
|||||||
|
|
||||||
commands.add(["st[op]"],
|
commands.add(["st[op]"],
|
||||||
"Stop loading",
|
"Stop loading",
|
||||||
<<<<<<< HEAD:common/content/buffer.js
|
|
||||||
function ()
|
function ()
|
||||||
{
|
{
|
||||||
if (config.stop)
|
if (config.stop)
|
||||||
@@ -610,9 +609,6 @@ function Buffer() //{{{
|
|||||||
else
|
else
|
||||||
window.BrowserStop();
|
window.BrowserStop();
|
||||||
},
|
},
|
||||||
=======
|
|
||||||
function () { window.BrowserStop(); },
|
|
||||||
>>>>>>> a9f04ee3d00b282e7a91b37eb23168fb39e9de5b:common/content/buffer.js
|
|
||||||
{ argCount: "0" });
|
{ argCount: "0" });
|
||||||
|
|
||||||
commands.add(["vie[wsource]"],
|
commands.add(["vie[wsource]"],
|
||||||
|
|||||||
Reference in New Issue
Block a user