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