From 611b22909fcf7404d337861c0b1eb84540d554c7 Mon Sep 17 00:00:00 2001 From: mxb Date: Thu, 2 May 2019 14:09:07 +0200 Subject: [PATCH] made the string shorter --- resources/js/rambox-service-api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/rambox-service-api.js b/resources/js/rambox-service-api.js index 0fee4ffc..054606ab 100644 --- a/resources/js/rambox-service-api.js +++ b/resources/js/rambox-service-api.js @@ -57,7 +57,7 @@ window.rambox.contextMenuBuilder = new ContextMenuBuilder(); window.rambox.contextMenuListener = new ContextMenuListener(function(event, info) { window.rambox.contextMenuBuilder.showPopupMenu(info); }); -process.title = `Subframe ${webFrame.routingId}: ${window.location.hostname}` +process.title = `${webFrame.routingId}: ${window.location.hostname}` document.addEventListener("keydown", (event) => { if (event.type !== 'keydown' || event.key === 'z' || event.key === 'a' ) return; // event used by default