mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 22:47:59 +01:00
Finish this ridiculously botched merge.
This commit is contained in:
@@ -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