mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-20 17:51:26 +02:00
Fix <C-g>.
This commit is contained in:
@@ -1111,7 +1111,7 @@ var Buffer = Module("Buffer", {
|
|||||||
|
|
||||||
// Ctrl-g single line output
|
// Ctrl-g single line output
|
||||||
if (!verbose) {
|
if (!verbose) {
|
||||||
let file = this.win.location.pathname.split("/").pop() || _("buffer.noName");
|
let file = this.win.location.pathname.split("/").pop() || String(_("buffer.noName"));
|
||||||
let title = this.win.document.title || _("buffer.noTitle");
|
let title = this.win.document.title || _("buffer.noTitle");
|
||||||
|
|
||||||
let info = template.map(
|
let info = template.map(
|
||||||
|
|||||||
Reference in New Issue
Block a user