Browse Source

made the string shorter

pull/2255/head
mxb 6 years ago
parent
commit
611b22909f
  1. 2
      resources/js/rambox-service-api.js

2
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

Loading…
Cancel
Save