diff --git a/content/buffer.js b/content/buffer.js index 9a38bdfa..03d0da69 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -437,7 +437,7 @@ liberator.Buffer = function () //{{{ liberator.mappings.add(modes, ["g"], "Print file information", - function (count) { liberator.buffer.showPageInfo(true); }); + function () { liberator.buffer.showPageInfo(true); }); /////////////////////////////////////////////////////////////////////////////}}} ////////////////////// COMMANDS //////////////////////////////////////////////// @@ -857,6 +857,8 @@ liberator.Buffer = function () //{{{ case liberator.NEW_WINDOW: newWindow = true; break; + case liberator.CURRENT_TAB: + break; default: liberator.log("Invalid where argument for followLink()", 0); }